Compare commits
17 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0f42e72971 | |||
| b37a614a14 | |||
| 9561e1c36a | |||
| bc85619710 | |||
| f0f49f737a | |||
| 0c5dfa34b4 | |||
| df425d9a5c | |||
| 12a9b8f335 | |||
| bdc0365267 | |||
| 0e5a8cc724 | |||
| ea06628a5d | |||
| 50a8aee853 | |||
| 84719a9de1 | |||
| 7aa634eb75 | |||
| 821fbbabbd | |||
| 641342f7cf | |||
| 61113e0502 |
3
peewee-3.18.2.tar.gz
Normal file
3
peewee-3.18.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:20f5ca85d46f0c251cba5ab6f734b09e89ea77af56ad66708225bc7d4331f4c7
|
||||||
|
size 931233
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:09a4a65346856f422e653e610f946174a70d4e26c27bfd9fc0a258555e7c5c50
|
|
||||||
size 931933
|
|
||||||
@@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Nov 11 22:53:15 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 3.18.3:
|
|
||||||
* Fix potential regex DoS vulnerability in FTS5 query
|
|
||||||
validation code (#3005).
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Oct 17 13:56:57 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
||||||
|
|
||||||
- Rename pwiz.py in /usr/bin to pwiz to avoid PYTHONPATH confusion
|
|
||||||
(bsc#1245790)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 21 15:33:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Thu Aug 21 15:33:41 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-peewee
|
# spec file for package python-peewee
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# 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
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-peewee
|
Name: python-peewee
|
||||||
Version: 3.18.3
|
Version: 3.18.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An expressive ORM that supports multiple SQL backends
|
Summary: An expressive ORM that supports multiple SQL backends
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -64,8 +64,7 @@ An expressive ORM that supports PostgreSQL, MySQL and SQLite.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
mv %{buildroot}%{_bindir}/pwiz.py %{buildroot}%{_bindir}/pwiz
|
%python_clone -a %{buildroot}%{_bindir}/pwiz.py
|
||||||
%python_clone -a %{buildroot}%{_bindir}/pwiz
|
|
||||||
%{python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%{python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
# Remove shebang from non-executable files
|
# Remove shebang from non-executable files
|
||||||
@@ -76,11 +75,10 @@ sed -i -e '1{\@^#! *%{_bindir}.*python@d}' %{buildroot}%{$python_sitearch}/pwiz.
|
|||||||
%pytest_arch tests
|
%pytest_arch tests
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative pwiz
|
%python_install_alternative pwiz.py
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative pwiz.py
|
%python_uninstall_alternative pwiz.py
|
||||||
%python_uninstall_alternative pwiz
|
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%python_libalternatives_reset_alternative pwiz.py
|
%python_libalternatives_reset_alternative pwiz.py
|
||||||
@@ -88,7 +86,7 @@ sed -i -e '1{\@^#! *%{_bindir}.*python@d}' %{buildroot}%{$python_sitearch}/pwiz.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGELOG.md README.rst TODO.rst
|
%doc CHANGELOG.md README.rst TODO.rst
|
||||||
%python_alternative %{_bindir}/pwiz
|
%python_alternative %{_bindir}/pwiz.py
|
||||||
%{python_sitearch}/peewee-%{version}.dist-info
|
%{python_sitearch}/peewee-%{version}.dist-info
|
||||||
%{python_sitearch}/peewee.py
|
%{python_sitearch}/peewee.py
|
||||||
%{python_sitearch}/pwiz.py
|
%{python_sitearch}/pwiz.py
|
||||||
|
|||||||
Reference in New Issue
Block a user