-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RD-1601 py2 py3 setup #48
base: master
Are you sure you want to change the base?
Conversation
8fa46af
to
825829a
Compare
b95669a
to
50d1d39
Compare
import sys | ||
import time | ||
import signal | ||
import strato.common.log.morelevels # relies on side effects |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://peps.python.org/pep-0008/#imports
usually the import order is
- standard libraries
- 3rd part libraries
- package related libraries
bce9101
to
3f4cd59
Compare
@@ -0,0 +1,4 @@ | |||
python-setuptools-plugins==0.0.2+g865898c | |||
pyyaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not frozen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pyyaml conflics with our other libraries and best not frozen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same with dateparser
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved by mistake
fix encoding issues semver support skipperize remove upseto
pep-440 versioning
![image](https://private-user-images.githubusercontent.com/41454303/412633142-401b40b7-6e36-4393-bcf0-a38e3ea796da.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjM3OTgsIm5iZiI6MTczOTQ2MzQ5OCwicGF0aCI6Ii80MTQ1NDMwMy80MTI2MzMxNDItNDAxYjQwYjctNmUzNi00MzkzLWJjZjAtYTM4ZTNlYTc5NmRhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE2MTgxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM5YWUyODc4ZjFlYzhkNDZlMmU2YWQ5NWQ3NmQ1OTM1MDlkNDg2NDdhMDUyMjFiNGQzZTg0NDliZDM5OGY5YTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kYZqY74PmmlbulEWjbs3U9KJMEiSo6BPt57HPcGFo_c)
upseto remove (but support paths)
fixed encoding
http://strato-pypi.dc1.strato:5002/strato/staging/strato-common-log/0.0.1.dev0+g825829a
http://jenkins.dc1.strato:8080/job/Clean-Build-NextGen/732/console
http://jenkins.dc1.strato:8080/job/monkey-ci/view/change-requests/job/PR-6100/18/console
TODO:
build
python-setuptools-plugins
wheel