14
0

Accepting request 967279 from home:pgajdos:python

- 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

OBS-URL: https://build.opensuse.org/request/show/967279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-port-for?expand=0&rev=3
This commit is contained in:
2022-04-06 12:42:16 +00:00
committed by Git OBS Bridge
parent 213b38727a
commit 1bd2bf9f95
5 changed files with 40 additions and 14 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
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>