version 1.2.3
This commit is contained in:
parent
2af6b78033
commit
686310c915
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@ SQLAlchemy-0.6.1.tar.gz
|
|||||||
/SQLAlchemy-1.1.13.tar.gz
|
/SQLAlchemy-1.1.13.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
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global srcname SQLAlchemy
|
%global srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 1.2.2
|
Version: 1.2.3
|
||||||
Release: 3%{?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
|
||||||
@ -126,6 +126,9 @@ PYTHONPATH=. "$pytest3" test
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 20 2018 Nils Philippsen <nils@tiptoe.de> - 1.2.3-1
|
||||||
|
- version 1.2.3
|
||||||
|
|
||||||
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.2-3
|
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.2.2-3
|
||||||
- Update Python 2 dependency declarations to new packaging standards
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (SQLAlchemy-1.2.2.tar.gz) = 060ce803b8b621d51aa69100c598c424c36f051bdce1e2df3f4d837815f91cb55c4e089db5375b01832ec28bf42332311009c51c1b5e7aae92aea001ee880db5
|
SHA512 (SQLAlchemy-1.2.3.tar.gz) = 029b4cec99ea4de67bd846c32939e14c1a3ff333c9acd07c944e6df8bc31972534408be0be9b7e343b1f2f53d11cd494403dd563c88b46adb528fc0e30ec1cfe
|
||||||
|
Loading…
Reference in New Issue
Block a user