Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8ef4e30ca6 | |||
| 75c0a24cd1 | |||
| b82f4e725a | |||
| 4a94d03efd |
BIN
aiounittest-1.4.2.tar.gz
LFS
BIN
aiounittest-1.4.2.tar.gz
LFS
Binary file not shown.
3
aiounittest-1.5.0.tar.gz
Normal file
3
aiounittest-1.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:88124a63de279953409a9c390b24af3747ccf45e028ea08c43dc408553fef640
|
||||||
|
size 15848
|
||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user