import python-tox-current-env-0.0.14-1.el10

i10ce changed/i10ce/python-tox-current-env-0.0.14-1.el10
Arkady L. Shane 1 month ago
parent 2fa49fc479
commit 762d04f573
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

2
.gitignore vendored

@ -1 +1 @@
SOURCES/tox-current-env-0.0.12.tar.gz
SOURCES/tox_current_env-0.0.14.tar.gz

@ -1 +1 @@
bfc3e9ded02de6cfe6cdc2c037e8d9d8e1ea0ca8 SOURCES/tox-current-env-0.0.12.tar.gz
50eb524903fa41fd47dc257e8716689af9609b61 SOURCES/tox_current_env-0.0.14.tar.gz

@ -1,5 +1,5 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
@ -13,13 +13,13 @@
%bcond tests %{without bootstrap}
Name: python-tox-current-env
Version: 0.0.12
Version: 0.0.14
Release: %autorelease
Summary: Tox plugin to run tests in current Python environment
License: MIT
URL: https://github.com/fedora-python/tox-current-env
Source0: %{pypi_source tox-current-env}
Source0: %{pypi_source tox_current_env}
BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-devel
@ -38,7 +38,7 @@ The tox-current-env plugin allows to run tests in current Python environment.
%prep
%autosetup -n tox-current-env-%{version}
%autosetup -n tox_current_env-%{version}
%generate_buildrequires
@ -70,10 +70,14 @@ The tox-current-env plugin allows to run tests in current Python environment.
%changelog
* Tue Dec 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.0.12-1
## START: Generated by rpmautospec
* Tue Dec 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.0.14-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Tue Oct 29 2024 Miro Hrončok <miro@hroncok.cz> - 0.0.14-1
- Update to 0.0.14
- Introduces --print-dependency-groups-to (PEP 735)
* Mon Sep 02 2024 Miro Hrončok <miro@hroncok.cz> - 0.0.12-1
- Update to 0.0.12

Loading…
Cancel
Save