diff --git a/apsw-3.51.1.0.tar.gz b/apsw-3.51.1.0.tar.gz deleted file mode 100644 index 8b9a269..0000000 --- a/apsw-3.51.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3322d4f44b19693dc5e3d9b24339ecb2b5225e0ac8b00090b3c466d3c2e4dc6 -size 1156262 diff --git a/apsw-3.51.2.0.tar.gz b/apsw-3.51.2.0.tar.gz new file mode 100644 index 0000000..e8660a2 --- /dev/null +++ b/apsw-3.51.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916271dcf55fc3fd150354b6dbbf76d75a1a5e77cbefca3c3603a8b9c51f9529 +size 1156490 diff --git a/python-apsw.changes b/python-apsw.changes index 8572a09..ed27fc6 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 22 09:36:34 UTC 2026 - Dirk Müller + +- update to 3.51.2.0: + * apsw.ext.DataClassRowFactory now defaults slots to True for + dataclasses.dataclass() which saves a small amount of memory. + ------------------------------------------------------------------- Fri Dec 12 10:55:57 UTC 2025 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index 90800df..11633a2 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -1,7 +1,7 @@ # # spec file for package python-apsw # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-apsw -Version: 3.51.1.0 +Version: 3.51.2.0 Release: 0 Summary: Another Python SQLite Wrapper License: Zlib