Update to 3.4.0
This commit is contained in:
parent
a5579c339a
commit
999ca88a38
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/flit-3.0.0.tar.gz
|
/flit-3.0.0.tar.gz
|
||||||
/flit-3.2.0.tar.gz
|
/flit-3.2.0.tar.gz
|
||||||
/flit-3.3.0.tar.gz
|
/flit-3.3.0.tar.gz
|
||||||
|
/flit-3.4.0.tar.gz
|
||||||
|
@ -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
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (flit-3.3.0.tar.gz) = f0b8194a3d90607fb29b76e5de40ab72dcecd539ffd84d3d8498495dad9615e8956506077765d27dba8887076d02359eba282c77011335a654fa84b97fddc581
|
SHA512 (flit-3.4.0.tar.gz) = 5793854e93f4abb477c19830d71d43dbacae89e4a1259756810e5bd91febd827efac5c6e9e8517653d000f3c9d190c409f0353e2123cab5621dc07feeccf3ed4
|
||||||
|
Loading…
Reference in New Issue
Block a user