forked from pool/python-SQLAlchemy
Accepting request 1114878 from home:mschreiner:branches:devel:languages:python
- Update to 2.0.21:
* Changes from 2.0.21:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.21
* Changes from 2.0.20:
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.20
- Remove .gitignore files from source tree, removes all rpmlint
warnings.
OBS-URL: https://build.opensuse.org/request/show/1114878
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=247
This commit is contained in:
BIN
SQLAlchemy-2.0.19.tar.gz
LFS
BIN
SQLAlchemy-2.0.19.tar.gz
LFS
Binary file not shown.
3
SQLAlchemy-2.0.21.tar.gz
Normal file
3
SQLAlchemy-2.0.21.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05b971ab1ac2994a14c56b35eaaa91f86ba080e9ad481b20d99d77f381bb6258
|
||||||
|
size 9454220
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 29 15:23:49 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.0.21:
|
||||||
|
* Changes from 2.0.21:
|
||||||
|
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.21
|
||||||
|
* Changes from 2.0.20:
|
||||||
|
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.20
|
||||||
|
- Remove .gitignore files from source tree, removes all rpmlint
|
||||||
|
warnings.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 13 21:41:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sun Aug 13 21:41:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-SQLAlchemy
|
Name: python-SQLAlchemy
|
||||||
Version: 2.0.19
|
Version: 2.0.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Database Abstraction Library
|
Summary: Database Abstraction Library
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -76,6 +76,8 @@ reference for python-SQLAlchemy.
|
|||||||
rm -rf doc/build # Remove unnecessary scripts for building documentation
|
rm -rf doc/build # Remove unnecessary scripts for building documentation
|
||||||
sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py
|
sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py
|
||||||
|
|
||||||
|
find . -type f -name ".gitignore" -exec rm {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user