|
|
@ -4,7 +4,7 @@
|
|
|
|
%global srcname flit
|
|
|
|
%global srcname flit
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 3.3.0
|
|
|
|
Version: 3.4.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Simplified packaging of Python modules
|
|
|
|
Summary: Simplified packaging of Python modules
|
|
|
|
|
|
|
|
|
|
|
@ -24,13 +24,14 @@ BuildRequires: pyproject-rpm-macros >= 0-40
|
|
|
|
BuildRequires: python3-pip
|
|
|
|
BuildRequires: python3-pip
|
|
|
|
|
|
|
|
|
|
|
|
# Runtime deps needed to build self
|
|
|
|
# Runtime deps needed to build self
|
|
|
|
BuildRequires: python3-toml
|
|
|
|
BuildRequires: python3-tomli
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with tests}
|
|
|
|
%if %{with tests}
|
|
|
|
# Runtime deps, others
|
|
|
|
# Runtime deps, others
|
|
|
|
BuildRequires: python3-requests
|
|
|
|
BuildRequires: python3-requests
|
|
|
|
BuildRequires: python3-docutils
|
|
|
|
BuildRequires: python3-docutils
|
|
|
|
BuildRequires: python3-pygments
|
|
|
|
BuildRequires: python3-pygments
|
|
|
|
|
|
|
|
BuildRequires: python3-tomli-w
|
|
|
|
|
|
|
|
|
|
|
|
# Test deps
|
|
|
|
# Test deps
|
|
|
|
BuildRequires: /usr/bin/python
|
|
|
|
BuildRequires: /usr/bin/python
|
|
|
@ -135,6 +136,9 @@ export XDG_CACHE_HOME=$PWD/fake_cache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 26 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.4.0-1
|
|
|
|
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 04 2021 Tomas Hrnciar <thrnciar@redhat.com> - 3.3.0-1
|
|
|
|
* Wed Aug 04 2021 Tomas Hrnciar <thrnciar@redhat.com> - 3.3.0-1
|
|
|
|
- Update to 3.3.0
|
|
|
|
- Update to 3.3.0
|
|
|
|
- Fixes: rhbz#1988744
|
|
|
|
- Fixes: rhbz#1988744
|
|
|
|