jamielennox / requests-mock

Mocked responses for the requests library
https://requests-mock.readthedocs.io
Apache License 2.0
450 stars 71 forks source link

Packaging refresh #219

Closed jaraco closed 10 months ago

jaraco commented 1 year ago

Fixes #218.

jamielennox commented 1 year ago

hello, thanks - yea, it does seem like PBR has passed it's date. What I think this will break though is the link between git tag and release?

jaraco commented 1 year ago

hello, thanks - yea, it does seem like PBR has passed it's date. What I think this will break though is the link between git tag and release?

Oh! For that I use setuptools_scm. Latest push includes that support.

jamielennox commented 10 months ago

I'm not in a hurry, but i'll merge #248 and this as part of the next release. Any contributions/advice welcomed.

Viicos commented 10 months ago

Any chance https://github.com/jamielennox/requests-mock/pull/244 could also be part of this next release :pray:? (it is pretty straightforward and improves the decorator usage)

jamielennox commented 10 months ago

Hey, I couldn't write the fixes to your branch so rather than wait for an unknown time for an obvious fix i opened this as #250 with your commits/author.

Hope that's ok.