14
0

20 Commits

Author SHA256 Message Date
39e49b11b5 Accepting request 1288263 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1288263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portend?expand=0&rev=10
2025-06-27 21:00:31 +00:00
6b50c178fa Accepting request 1287978 from home:glaubitz:branches:devel:languages:python
- Update to 3.2.1
  * No significant changes.

OBS-URL: https://build.opensuse.org/request/show/1287978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=21
2025-06-24 13:02:44 +00:00
0ebf924c85 Accepting request 1137447 from devel:languages:python
- update to 3.2.0:
  * Require Python 3.8 or later.

OBS-URL: https://build.opensuse.org/request/show/1137447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portend?expand=0&rev=9
2024-01-08 22:44:19 +00:00
1a884f8363 - update to 3.2.0:
* Require Python 3.8 or later.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=19
2024-01-07 21:07:07 +00:00
53ebebc4ed Accepting request 1081830 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portend?expand=0&rev=8
2023-04-22 19:59:37 +00:00
3d2379c65f Accepting request 1081527 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081527
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=17
2023-04-21 14:13:14 +00:00
6be82df4c0 Accepting request 1008168 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1008168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portend?expand=0&rev=7
2022-10-10 16:44:09 +00:00
194271c3d2 Accepting request 1008042 from home:yarunachalam:branches:devel:languages:python
- Update to version v3.1.0
  Require Python 3.7 or later.
- Update to version v3.0.0
  Removed legacy aliases wait_for_occupied_port and wait_for_free_port.
- Update to version v2.7.2
  Packaging refresh.
- Update to version v2.7.1
  #14: Fix host/port order.
- Update to version v2.7.0
  Refresh package. Require Python 3.6 or later.

OBS-URL: https://build.opensuse.org/request/show/1008042
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=15
2022-10-05 10:13:54 +00:00
d31c9dbcdf Accepting request 786106 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portend?expand=0&rev=6
2020-03-26 23:26:39 +00:00
Tomáš Chvátal
227ebc3c21 Accepting request 786103 from home:mcalabkova:branches:devel:languages:python
It will build as soon as it notices new jaraco.base.

- Update to 2.6
  * Package refresh.

OBS-URL: https://build.opensuse.org/request/show/786103
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=13
2020-03-18 09:03:54 +00:00
9833176315 Accepting request 780928 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/780928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portend?expand=0&rev=5
2020-03-04 08:38:37 +00:00
Tomáš Chvátal
3549029318 - Fix up dependencies to match requirements
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=11
2020-02-24 11:14:37 +00:00
a4c178f24d Accepting request 710575 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/710575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portend?expand=0&rev=4
2019-06-24 19:45:27 +00:00
Tomáš Chvátal
d42369ec93 Accepting request 710571 from home:pgajdos
- version update to 2.5
  * #10: Fix race condition in ``occupied`` and ``free``

OBS-URL: https://build.opensuse.org/request/show/710571
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=9
2019-06-18 13:02:08 +00:00
a2d77014e4 Accepting request 691695 from devel:languages:python
- Update to 2.4:
  * find_available_local_port now relies on socket.getaddrinfo to
    find a suitable address family.

OBS-URL: https://build.opensuse.org/request/show/691695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portend?expand=0&rev=3
2019-04-09 18:16:33 +00:00
Tomáš Chvátal
b7fcf8473f - Update to 2.4:
* find_available_local_port now relies on socket.getaddrinfo to
    find a suitable address family.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=7
2019-04-05 07:04:51 +00:00
dae39635bd Accepting request 681737 from devel:languages:python
- Update to 2.3:
  * Fix README rendering.
  * Merge with skeleton, including embedded license file.
  * #1: Removed portend._getaddrinfo and its usage in Checker.assert_free.
  * #5: Restored use of portend.client_host during assert_free check on Windows, fixing check when the bind address is *ADDR_ANY.

OBS-URL: https://build.opensuse.org/request/show/681737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portend?expand=0&rev=2
2019-03-08 10:00:41 +00:00
Tomáš Chvátal
8ecc470035 - Update to 2.3:
* Fix README rendering.
  * Merge with skeleton, including embedded license file.
  * #1: Removed portend._getaddrinfo and its usage in Checker.assert_free.
  * #5: Restored use of portend.client_host during assert_free check on Windows, fixing check when the bind address is *ADDR_ANY.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=5
2019-03-05 13:00:09 +00:00
b7b776939c Accepting request 489836 from devel:languages:python
Needed by latest version of python-CherryPy, which is already in openSUSE:Factory.

OBS-URL: https://build.opensuse.org/request/show/489836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portend?expand=0&rev=1
2017-04-28 08:45:54 +00:00
Jan Matejek
02dc3c8a4f Accepting request 486193 from devel:languages:python:singlespec
initial, requirement of cheroot

OBS-URL: https://build.opensuse.org/request/show/486193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portend?expand=0&rev=1
2017-04-06 15:51:52 +00:00