suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
172 stars 54 forks source link

drop use of lib2to3 and EOL python2.7 #58

Closed graingert closed 3 years ago

graingert commented 3 years ago

it looks like you'll need to migrate to travis-ci.com https://app.travis-ci.com/github/suds-community/suds/pull_requests

graingert commented 3 years ago

see https://github.com/pypa/setuptools/issues/2086 and https://github.com/OnroerendErfgoed/crabpy/issues/160

graingert commented 3 years ago

@phillbaker would you consider moving suds-community into https://github.com/jazzband/ ?

phillbaker commented 3 years ago

Thanks for your work on this @graingert, looks like this will close https://github.com/suds-community/suds/issues/57.

it looks like you'll need to migrate to travis-ci.com

I've actually been meaning to migrate to github actions, i'll get that going.

would you consider moving suds-community into https://github.com/jazzband/ ?

I would consider this - can you open a separate issue for that so it can be tracked?

graingert commented 3 years ago

@phillbaker can you approve CI on this PR?

phillbaker commented 3 years ago

Thanks for the work here, going to bump the major version and release it.

graingert commented 3 years ago

can you also release a wheel?

pip install -U pip setuptools wheel
pip install -U build twine
build --sdist --wheel
twine upload dist/*
phillbaker commented 3 years ago

Let me know if you have any issues, I released it as a beta to start: https://pypi.org/project/suds-community/1.0.0b1/#files

swt2c commented 2 years ago

@phillbaker any idea when you plan to release 1.0.0 GA? Debian unstable has updated to the setuptools that drops lib2to3.

phillbaker commented 2 years ago

Just released it: https://pypi.org/project/suds-community/1.0.0/