Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
d163f57d0c |
BIN
jaraco.test-5.4.0.tar.gz
(Stored with Git LFS)
BIN
jaraco.test-5.4.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
jaraco_test-5.5.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
jaraco_test-5.5.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 1 15:35:33 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Make it compatible with older setuptools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 05:48:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Normalize metadata directory name.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 23 20:44:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 5.5.1:
|
||||||
|
* Added __future__.annotations.
|
||||||
|
* Complete annotations and add py.typed marker -- by
|
||||||
|
:user:`Avasam`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 11 07:56:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Tue Jun 11 07:56:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jaraco.test
|
# spec file for package python-jaraco.test
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jaraco.test
|
Name: python-jaraco.test
|
||||||
Version: 5.4.0
|
Version: 5.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Testing support by jaraco
|
Summary: Testing support by jaraco
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jaraco/jaraco.test
|
URL: https://github.com/jaraco/jaraco.test
|
||||||
Source: https://files.pythonhosted.org/packages/source/j/jaraco.test/jaraco.test-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/j/jaraco.test/jaraco_test-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@@ -53,7 +53,7 @@ BuildArch: noarch
|
|||||||
Testing support by jaraco
|
Testing support by jaraco
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n jaraco.test-%{version}
|
%autosetup -p1 -n jaraco_test-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -70,6 +70,6 @@ Testing support by jaraco
|
|||||||
%doc NEWS.rst README.rst
|
%doc NEWS.rst README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/jaraco/test
|
%{python_sitelib}/jaraco/test
|
||||||
%{python_sitelib}/jaraco.test-%{version}.dist-info
|
%{python_sitelib}/jaraco[_.]test-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user