17
0

4 Commits

Author SHA256 Message Date
8ef4e30ca6 Accepting request 1292329 from devel:languages:python
- update to 1.5.0:
  * package: include the requirements and tests in the sdist
    package
- update to 1.4.3:
  * Drop travis in favor of gh actions
  * Drop `nosetest`
  * Add `DepracationWarning` for "old-python" tests

  * declare python 3.9+ as supported

OBS-URL: https://build.opensuse.org/request/show/1292329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiounittest?expand=0&rev=6
2025-07-15 14:42:55 +00:00
75c0a24cd1 - update to 1.5.0:
* package: include the requirements and tests in the sdist
    package
- update to 1.4.3:
  * Drop travis in favor of gh actions
  * Drop `nosetest`
  * Add `DepracationWarning` for "old-python" tests
  * declare python 3.9+ as supported

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiounittest?expand=0&rev=10
2025-07-12 11:42:58 +00:00
b82f4e725a Accepting request 1277068 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1277068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiounittest?expand=0&rev=5
2025-05-23 12:27:08 +00:00
4a94d03efd Accepting request 1277045 from home:mcalabkova:branches:devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1277045
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiounittest?expand=0&rev=8
2025-05-13 08:53:47 +00:00
4 changed files with 27 additions and 9 deletions

Binary file not shown.

3
aiounittest-1.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88124a63de279953409a9c390b24af3747ccf45e028ea08c43dc408553fef640
size 15848

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jul 12 11:42:38 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.5.0:
* package: include the requirements and tests in the sdist
package
- update to 1.4.3:
* Drop travis in favor of gh actions
* Drop `nosetest`
* Add `DepracationWarning` for "old-python" tests
-------------------------------------------------------------------
Tue May 13 07:53:29 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 10 08:42:16 UTC 2023 - Matej Cepl <mcepl@suse.com> Wed May 10 08:42:16 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-aiounittest # spec file for package python-aiounittest
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# Copyright (c) 2019 Matthias Fehring <buschmann23@opensuse.org> # Copyright (c) 2019 Matthias Fehring <buschmann23@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -19,15 +19,17 @@
%define skip_python2 1 %define skip_python2 1
Name: python-aiounittest Name: python-aiounittest
Version: 1.4.2 Version: 1.5.0
Release: 0 Release: 0
Summary: Test AyncIO Python Code Easily Summary: Test AyncIO Python Code Easily
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/kwarunek/aiounittest URL: https://github.com/kwarunek/aiounittest
Source: https://github.com/kwarunek/aiounittest/archive/%{version}.tar.gz#/aiounittest-%{version}.tar.gz Source: https://github.com/kwarunek/aiounittest/archive/%{version}.tar.gz#/aiounittest-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module wrapt} BuildRequires: %{python_module wrapt}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@@ -47,10 +49,10 @@ test of the asynchronous code (asyncio). You can test:
%setup -q -n aiounittest-%{version} %setup -q -n aiounittest-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
@@ -59,7 +61,7 @@ test of the asynchronous code (asyncio). You can test:
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/aiounittest-%{version}-*.egg-info/ %{python_sitelib}/aiounittest-%{version}*-info/
%{python_sitelib}/aiounittest %{python_sitelib}/aiounittest
%changelog %changelog