|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|