version 1.4.3
Trim down logic whether to build for Python 2.x, we don't do this for any maintained Fedora version. Signed-off-by: Nils Philippsen <nils@tiptoe.de>
This commit is contained in:
parent
6b7bb78e2b
commit
11418b429d
1
.gitignore
vendored
1
.gitignore
vendored
@ -86,3 +86,4 @@ SQLAlchemy-0.6.1.tar.gz
|
|||||||
/SQLAlchemy-1.3.19.tar.gz
|
/SQLAlchemy-1.3.19.tar.gz
|
||||||
/SQLAlchemy-1.3.20.tar.gz
|
/SQLAlchemy-1.3.20.tar.gz
|
||||||
/SQLAlchemy-1.3.22.tar.gz
|
/SQLAlchemy-1.3.22.tar.gz
|
||||||
|
/SQLAlchemy-1.4.3.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Build Python 2 package on all Fedora < 32, EL < 9
|
# Build Python 2 package on all EL < 9
|
||||||
%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 32 || 0%{?rhel} >= 9
|
%if !0%{?rhel} || 0%{?rhel} >= 9
|
||||||
%bcond_with python2
|
%bcond_with python2
|
||||||
%else
|
%else
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
@ -18,10 +18,10 @@
|
|||||||
%global srcname SQLAlchemy
|
%global srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 1.3.22
|
Version: 1.4.3
|
||||||
# cope with pre-release versions containing tildes
|
# cope with pre-release versions containing tildes
|
||||||
%global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);}
|
%global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Modular and flexible ORM library for python
|
Summary: Modular and flexible ORM library for python
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -37,7 +37,7 @@ BuildRequires: python2-pytest
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel >= 3.6
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
@ -165,6 +165,9 @@ PYTHONPATH=. %{__python3} -m pytest test \
|
|||||||
# with python3
|
# with python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 26 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.3-1
|
||||||
|
- version 1.4.3
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.22-2
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.22-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (SQLAlchemy-1.3.22.tar.gz) = 5e43af97dd93af8174f14575c8238a72153afa4dbe56503cf934de9f783ea15ad27b25523c147191bd2ec89e25baafab5f5d9c34a29f71eaf4e2de49af5bb887
|
SHA512 (SQLAlchemy-1.4.3.tar.gz) = cdb133b2feb480aa9d10f7e38d5c8342ceca327013a9cfea814887cc28eb544f79afc50a08d735195ad0130961429145ef0e641b17584ccb7aec6461cb9e7b15
|
||||||
|
Loading…
Reference in New Issue
Block a user