17
0

13 Commits

Author SHA256 Message Date
c4c993d972 Accepting request 1314654 from devel:languages:python
- update to 1.0.0:
  * Drop support for Python 3.9
  * port-for supports Windows. Increased code compatibility with
    Windows (#4)
  * Replaced docopt with argparse. Package got a bit smaller as a
    result. (#24)
  * Added Python 3.14 to the supported Python Versions
  * Adjust links after repository transfer
  * Adjust workflows for actions-reuse 3
  * Changed maximum line length to 100 characters.
  * Fix test_port_mix again.
  * Have all code fully typed.
  * Removed global variable from cli module.
  * Replace black code formatting tool with ruff-format command.
  * Rewritten all tests into pytest style tests.
  * Update formatting with black
  * Use pre-commit for maintaining code style and linting

OBS-URL: https://build.opensuse.org/request/show/1314654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-port-for?expand=0&rev=6
2025-10-31 15:28:33 +00:00
9852d45a31 - update to 1.0.0:
* Drop support for Python 3.9
  * port-for supports Windows. Increased code compatibility with
    Windows (#4)
  * Replaced docopt with argparse. Package got a bit smaller as a
    result. (#24)
  * Added Python 3.14 to the supported Python Versions
  * Adjust links after repository transfer
  * Adjust workflows for actions-reuse 3
  * Changed maximum line length to 100 characters.
  * Fix test_port_mix again.
  * Have all code fully typed.
  * Removed global variable from cli module.
  * Replace black code formatting tool with ruff-format command.
  * Rewritten all tests into pytest style tests.
  * Update formatting with black
  * Use pre-commit for maintaining code style and linting

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-port-for?expand=0&rev=12
2025-10-31 08:35:12 +00:00
842ccc767c Accepting request 1219909 from devel:languages:python
- update to 0.7.4:
  * Dropped support for Python 3.8 (it has reached EOL)
  * Added Python 3.13 to the supported Python Versions
  * Update  to README's badges
  * Update to automerge pipeline
  * Updated black installation to not install on python version
    older than 3.12

OBS-URL: https://build.opensuse.org/request/show/1219909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-port-for?expand=0&rev=5
2024-11-01 20:04:26 +00:00
67008eac16 - update to 0.7.4:
* Dropped support for Python 3.8 (it has reached EOL)
  * Added Python 3.13 to the supported Python Versions
  * Update  to README's badges
  * Update to automerge pipeline
  * Updated black installation to not install on python version
    older than 3.12

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-port-for?expand=0&rev=10
2024-10-31 16:44:05 +00:00
22854f0882 Accepting request 1208374 from devel:languages:python
- update to 0.7.3:
  * Adds PortType to package __all__

OBS-URL: https://build.opensuse.org/request/show/1208374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-port-for?expand=0&rev=4
2024-10-16 21:49:53 +00:00
48ca6fdbc6 - update to 0.7.3:
* Adds PortType to package __all__

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-port-for?expand=0&rev=8
2024-10-16 08:26:09 +00:00
ccf6b99166 Accepting request 1137438 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1137438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-port-for?expand=0&rev=3
2024-01-07 20:42:45 +00:00
2dcbc0ff2c - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-port-for?expand=0&rev=6
2024-01-07 20:23:38 +00:00
030f580c50 Accepting request 967345 from devel:languages:python
- Remove forgotten tarball port-for-0.6.2.tar.gz
- 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/967345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-port-for?expand=0&rev=2
2022-04-06 19:52:13 +00:00
6f81ab4c7c - Remove forgotten tarball port-for-0.6.2.tar.gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-port-for?expand=0&rev=4
2022-04-06 14:29:51 +00:00
8183155430 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
2022-04-06 12:42:16 +00:00
039b5a016c Accepting request 687567 from devel:languages:python
- Remove unnecessary build dependency python-devel
- Activate test suite
- Add %doc and %license
- Remove test module from runtime package
- Tidy update-alternatives
- initial version 0.4

OBS-URL: https://build.opensuse.org/request/show/687567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-port-for?expand=0&rev=1
2019-03-22 14:12:08 +00:00
Tomáš Chvátal
1f26a6e4cb Accepting request 687435 from home:jayvdb:coala:test-rig
- Remove unnecessary build dependency python-devel
- Activate test suite
- Add %doc and %license
- Remove test module from runtime package
- Tidy update-alternatives

OBS-URL: https://build.opensuse.org/request/show/687435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-port-for?expand=0&rev=1
2019-03-22 10:21:34 +00:00