forked from pool/python-pyasyncore
- 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:
@@ -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
3
pyasyncore-1.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c7a8b9b750ba6260f1e5a061456d61320a80579c6a43d42183417da89c7d5d6
|
||||
size 15339
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user