forked from pool/python-port-for
* Adds PortType to package __all__ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-port-for?expand=0&rev=8
68 lines
2.2 KiB
Plaintext
68 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 16 08:25:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.7.3:
|
|
* Adds PortType to package __all__
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 7 20:22:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.7.2:
|
|
* Drop support for python 3.7
|
|
* Support Python 3.12
|
|
* #152, #166, #170
|
|
* Add PortType type alias for easier typing related code
|
|
* get_port will now allow passing additional exclude_ports
|
|
parameter - these ports will not be chosen.
|
|
* Add python 3.11 to the list of supported python versions.
|
|
* Use towncrier as a changelog management tool.
|
|
* Moved development dependencies to be managed by pipenv. All
|
|
development process can be managed with it - which means
|
|
automatic isolation.
|
|
* Migrate versioning tool to tbump, and move package definition
|
|
to pyproject.toml
|
|
* Moved as much of the setup.cfg settings into the
|
|
pyproject.toml as possible. Dropped pydocstyle support.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 6 14:29:40 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove forgotten tarball port-for-0.6.2.tar.gz
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 6 11:10:45 UTC 2022 - pgajdos@suse.com
|
|
|
|
- version update to 0.6.2
|
|
0.6.2
|
|
----------
|
|
Misc
|
|
++++
|
|
- Added Python 3.10 to trove classifiers and to CI
|
|
0.6.1
|
|
----------
|
|
Bugfix
|
|
++++++
|
|
- Fixed typing definition for get_port function
|
|
0.6.0
|
|
----------
|
|
Feature
|
|
+++++++
|
|
- Added `get_port` helper that can randomly select open port out of given set, or range-tuple
|
|
- Added type annotations and compatibility with PEP 561
|
|
- Support only python 3.7 and up
|
|
- python-mock is not required for build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 21 16:59:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Remove unnecessary build dependency python-devel
|
|
- Activate test suite
|
|
- Add %doc and %license
|
|
- Remove test module from runtime package
|
|
- Tidy update-alternatives
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 23 13:37:38 UTC 2019 - lars@linux-schulserver.de
|
|
|
|
- initial version 0.4
|