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 +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>