Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cfc56f5c7d | ||
|
|
7168906c10 | ||
|
|
b936b37131 | ||
|
|
ee8b0fdc70 | ||
|
|
eb667ff04c | ||
|
|
b20c555636 |
@@ -1 +0,0 @@
|
||||
1
|
||||
@@ -1,11 +0,0 @@
|
||||
execute:
|
||||
how: tmt
|
||||
discover:
|
||||
how: shell
|
||||
dist-git-source: true
|
||||
tests:
|
||||
- name: upstream tests
|
||||
test: cd $TMT_SOURCE_DIR/*/pint && pytest-3
|
||||
require:
|
||||
- python3-pytest
|
||||
- python3-pint
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-pint
|
||||
Version: 0.16.1
|
||||
Release: 3%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Physical quantities module
|
||||
|
||||
License: BSD
|
||||
@@ -64,8 +64,6 @@ Documentation for the pint module
|
||||
|
||||
# drop numpy version requirement
|
||||
sed -i '/@helpers.requires_numpy_at_least("1.16")/d' pint/testsuite/test_quantity.py
|
||||
# drop pytest-mpl test requirement (not available in epel)
|
||||
sed -i 's/pytest-mpl; //' setup.cfg
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x test
|
||||
@@ -100,9 +98,23 @@ rm -rf html/.{doctrees,buildinfo}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 12 2022 Lukáš Zachar <lzachar@redhat.com> - 0.16.1-3
|
||||
- Drop test dependency python-mpl
|
||||
- Resolves rhbz#2103054
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 0.16.1-7
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.16.1-4
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sun Jan 24 2021 Matthias Runge <mrunge@redhat.com> - 0.16.1-2
|
||||
- rebuild without bootstrap
|
||||
|
||||
Reference in New Issue
Block a user