Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
225350617b |
BIN
jaraco.test-5.4.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
jaraco.test-5.4.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jaraco_test-5.5.1.tar.gz
(Stored with Git LFS)
BIN
jaraco_test-5.5.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,21 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jaraco.test
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-jaraco.test
|
||||
Version: 5.5.1
|
||||
Version: 5.4.0
|
||||
Release: 0
|
||||
Summary: Testing support by jaraco
|
||||
License: MIT
|
||||
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 setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -53,7 +53,7 @@ BuildArch: noarch
|
||||
Testing support by jaraco
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n jaraco_test-%{version}
|
||||
%autosetup -p1 -n jaraco.test-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -70,6 +70,6 @@ Testing support by jaraco
|
||||
%doc NEWS.rst README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/jaraco/test
|
||||
%{python_sitelib}/jaraco[_.]test-%{version}.dist-info
|
||||
%{python_sitelib}/jaraco.test-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user