14
0

- update to 1.0.4:

* Remove Python version check at build time
  * Rename `asyncore.py` to `__init__.py`
  * Add previous standard library tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasyncore?expand=0&rev=3
This commit is contained in:
2024-03-16 09:32:11 +00:00
committed by Git OBS Bridge
parent 537b1ef1ee
commit 71242b5ee0
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:562e0686c936171a65ae5eaf0341859a05650010b9aae5d7d01382b5bcdab8d0
size 9904

3
pyasyncore-1.0.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c7a8b9b750ba6260f1e5a061456d61320a80579c6a43d42183417da89c7d5d6
size 15339

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 16 09:31:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.0.4:
* Remove Python version check at build time
* Rename `asyncore.py` to `__init__.py`
* Add previous standard library tests
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 8 09:31:11 UTC 2024 - Markéta Machová <mmachova@suse.com> Thu Feb 8 09:31:11 UTC 2024 - Markéta Machová <mmachova@suse.com>

View File

@@ -15,20 +15,21 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define pythons python312 %define pythons python312
Name: python-pyasyncore Name: python-pyasyncore
Version: 1.0.3 Version: 1.0.4
Release: 0 Release: 0
Summary: Make asyncore available for Python 312 onwards Summary: Make asyncore available for Python 312 onwards
License: PSF-2.0 License: PSF-2.0
URL: https://github.com/simonrob/pyasyncore URL: https://github.com/simonrob/pyasyncore
Source: https://files.pythonhosted.org/packages/source/p/pyasyncore/pyasyncore-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pyasyncore/pyasyncore-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module base >= 3.12} BuildRequires: %{python_module base >= 3.12}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-base >= 3.12 Requires: python-base >= 3.12
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages