17
0

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:
2023-10-03 07:10:00 +00:00
committed by Git OBS Bridge
parent 408d21f139
commit 89ffb19855
4 changed files with 17 additions and 4 deletions

Binary file not shown.

3
SQLAlchemy-2.0.21.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05b971ab1ac2994a14c56b35eaaa91f86ba080e9ad481b20d99d77f381bb6258
size 9454220

View File

@@ -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>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-SQLAlchemy
Version: 2.0.19
Version: 2.0.21
Release: 0
Summary: Database Abstraction Library
License: MIT
@@ -76,6 +76,8 @@ reference for python-SQLAlchemy.
rm -rf doc/build # Remove unnecessary scripts for building documentation
sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py
find . -type f -name ".gitignore" -exec rm {} \;
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
%pyproject_wheel