From 71242b5ee02e5121d7d30b0211369d54d0595aa60c5fd1fe8ea7cbda816f064f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 09:32:11 +0000 Subject: [PATCH] - 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 --- pyasyncore-1.0.3.tar.gz | 3 --- pyasyncore-1.0.4.tar.gz | 3 +++ python-pyasyncore.changes | 8 ++++++++ python-pyasyncore.spec | 5 +++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pyasyncore-1.0.3.tar.gz create mode 100644 pyasyncore-1.0.4.tar.gz diff --git a/pyasyncore-1.0.3.tar.gz b/pyasyncore-1.0.3.tar.gz deleted file mode 100644 index d743b92..0000000 --- a/pyasyncore-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:562e0686c936171a65ae5eaf0341859a05650010b9aae5d7d01382b5bcdab8d0 -size 9904 diff --git a/pyasyncore-1.0.4.tar.gz b/pyasyncore-1.0.4.tar.gz new file mode 100644 index 0000000..46b2c5e --- /dev/null +++ b/pyasyncore-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7a8b9b750ba6260f1e5a061456d61320a80579c6a43d42183417da89c7d5d6 +size 15339 diff --git a/python-pyasyncore.changes b/python-pyasyncore.changes index 4e3bbb9..0fac14a 100644 --- a/python-pyasyncore.changes +++ b/python-pyasyncore.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Mar 16 09:31:47 UTC 2024 - Dirk Müller + +- 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á diff --git a/python-pyasyncore.spec b/python-pyasyncore.spec index a3f5b4b..6efc1a1 100644 --- a/python-pyasyncore.spec +++ b/python-pyasyncore.spec @@ -15,20 +15,21 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define pythons python312 Name: python-pyasyncore -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: Make asyncore available for Python 312 onwards License: PSF-2.0 URL: https://github.com/simonrob/pyasyncore 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 pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-base >= 3.12 BuildArch: noarch %python_subpackages