Replies: 8 comments 4 replies
-
Hello, Unfortunately our automatic deployment pipeline have been broken by recent travis updates, so, I've to release it manually. |
Beta Was this translation helpful? Give feedback.
-
Done! Niet 2.5.0 is now out https://pypi.org/project/niet/2.5.0/ |
Beta Was this translation helpful? Give feedback.
-
Hi @4383 ... looks like something went wrong with the metadata.
|
Beta Was this translation helpful? Give feedback.
-
Hi @4383 ! |
Beta Was this translation helpful? Give feedback.
-
Hi @rk-yen, Sorry for my late reply. Thanks for the heads up. |
Beta Was this translation helpful? Give feedback.
-
Hello @rk-yen For your information, I completely rewrote the way we package niet (9435064). I published a new tag (https://github.com/openuado/niet/releases/tag/3.0.0) and a new version to pypi (https://pypi.org/project/niet/3.0.0/). The previous issue related to version number seems solved: $ python3.11 -m pip install niet
Collecting niet
Downloading niet-3.0.0-py3-none-any.whl (13 kB)
Collecting pyyaml>=5.1
Using cached PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
Collecting jmespath>=0.9.4
Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
Installing collected packages: pyyaml, jmespath, niet
Successfully installed jmespath-1.0.1 niet-3.0.0 pyyaml-6.0
$ niet --version
niet version 3.0.0 Please confirm that your are also able to install this new version without error. Thanks |
Beta Was this translation helpful? Give feedback.
-
Well, to be honest I think niet 3.0.0 work well with py3.8, I've not introduced changes that can broke the support of python 3.8, however, I've to reduce my maintenance scope to continue to maintain niet without pain and efforts, so I preferred to stick to the more recent versions of python. Python 3.8 is still actively maintained |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @4383 !
First of all, thank you for providing the extremely helpful package !
Question:
Do you have any plans on releasing a new version to pypi, especially after the update(s) to fix the vulnerabilities in pyyaml (Ref: #68 )?
Beta Was this translation helpful? Give feedback.
All reactions