Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
774d8d321e |
BIN
SQLAlchemy-2.0.19.tar.gz
(Stored with Git LFS)
BIN
SQLAlchemy-2.0.19.tar.gz
(Stored with Git LFS)
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-SQLAlchemy
|
# spec file for package python-SQLAlchemy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-SQLAlchemy
|
Name: python-SQLAlchemy
|
||||||
Version: 2.0.19
|
Version: 2.0.40
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Database Abstraction Library
|
Summary: Database Abstraction Library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.sqlalchemy.org
|
URL: https://www.sqlalchemy.org
|
||||||
Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/sqlalchemy/sqlalchemy-%{version}.tar.gz
|
||||||
Source1: SQLAlchemy.keyring
|
Source1: SQLAlchemy.keyring
|
||||||
# devel is needed for optional C extensions cprocessors.so, cresultproxy.so and cutils.so
|
# devel is needed for optional C extensions cprocessors.so, cresultproxy.so and cutils.so
|
||||||
BuildRequires: %{python_module Cython >= 3}
|
BuildRequires: %{python_module Cython >= 3}
|
||||||
@@ -71,11 +71,13 @@ This package contains HTML documentation, including tutorials and API
|
|||||||
reference for python-SQLAlchemy.
|
reference for python-SQLAlchemy.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n SQLAlchemy-%{version}
|
%autosetup -p1 -n sqlalchemy-%{version}
|
||||||
|
|
||||||
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
|
||||||
@@ -91,7 +93,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGES.rst README.rst README.dialects.rst README.unittests.rst
|
%doc CHANGES.rst README.rst README.dialects.rst README.unittests.rst
|
||||||
%{python_sitearch}/sqlalchemy/
|
%{python_sitearch}/sqlalchemy/
|
||||||
%{python_sitearch}/SQLAlchemy-%{version}.dist-info
|
%{python_sitearch}/[sS][qQ][lL][aA]lchemy-%{version}.dist-info
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%files -n %{name}-doc
|
%files -n %{name}-doc
|
||||||
|
BIN
sqlalchemy-2.0.40.tar.gz
(Stored with Git LFS)
Normal file
BIN
sqlalchemy-2.0.40.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user