version 1.2.4
This commit is contained in:
parent
6c1e2684da
commit
3daf2eeb05
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@ SQLAlchemy-0.6.1.tar.gz
|
|||||||
/SQLAlchemy-1.2.0.tar.gz
|
/SQLAlchemy-1.2.0.tar.gz
|
||||||
/SQLAlchemy-1.2.2.tar.gz
|
/SQLAlchemy-1.2.2.tar.gz
|
||||||
/SQLAlchemy-1.2.3.tar.gz
|
/SQLAlchemy-1.2.3.tar.gz
|
||||||
|
/SQLAlchemy-1.2.4.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global srcname SQLAlchemy
|
%global srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 1.2.3
|
Version: 1.2.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Modular and flexible ORM library for python
|
Summary: Modular and flexible ORM library for python
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -128,6 +128,9 @@ PYTHONPATH=. "$pytest3" test
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 27 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.4-1
|
||||||
|
- version 1.2.4
|
||||||
|
|
||||||
* Tue Feb 20 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.3-2
|
* Tue Feb 20 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.3-2
|
||||||
- require gcc for building
|
- require gcc for building
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (SQLAlchemy-1.2.3.tar.gz) = 029b4cec99ea4de67bd846c32939e14c1a3ff333c9acd07c944e6df8bc31972534408be0be9b7e343b1f2f53d11cd494403dd563c88b46adb528fc0e30ec1cfe
|
SHA512 (SQLAlchemy-1.2.4.tar.gz) = a12d17f222cc5fc4360c439e19cae67a013af07e2c22b1f55511c4862d718578249e6bf83151eefe35957e530dbf18a565b08cded3a5e45dd21103201f4d24e8
|
||||||
|
Loading…
Reference in New Issue
Block a user