python-syncthing icon indicating copy to clipboard operation
python-syncthing copied to clipboard

syncthing2 on pypi

Open Franky1 opened this issue 2 years ago • 5 comments
trafficstars

There is a syncthing2 package on pypi referring to this repository. But this seems to be the syncthing package here? This is a bit confusing, please clarify.

Franky1 avatar Feb 14 '23 11:02 Franky1

I publish the syncthing2, because the syncthing 2.4.2 cannot be installed directly. So I created an issue and a merge request. But It seems that @blakev was too busy to update the syncthing package recently. So I have to publish the syncthing2 to use it before @blakev release the new version to pypi.

ramwin avatar Mar 21 '23 14:03 ramwin

@ramwin can you please remove the requests upperbound in your package?

ManuelSchneid3r avatar Sep 11 '24 06:09 ManuelSchneid3r

@ramwin can you please remove the requests upperbound in your package?

ok, I will set the requirements to 'requests>=2.24.0,<3' later

ramwin avatar Sep 11 '24 07:09 ramwin

Found out you did that already https://github.com/ramwin/python-syncthing/commit/6d22568e8d4429fbb94a6e5bd38d61bf0f04e8e0

Is this commit on pypi?

ManuelSchneid3r avatar Sep 11 '24 07:09 ManuelSchneid3r

Found out you did that already ramwin@6d22568

Is this commit on pypi?

yes, the 2.4.5 version now requires requests < 3

ramwin avatar Sep 11 '24 07:09 ramwin