From e37c5c67d765f8bfc77c7dd97814026ca58688d3f174884fce185422c33a55be Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 4 May 2025 08:52:19 +0000 Subject: [PATCH] - update to 1.29: * Changing to publishing to pypi with Python 3.9 * Fixing #105 fsspec/gcsfs throws an ValueError instead of a OSError (thanks to Markus) * Fixing github actions due to updates OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-puremagic?expand=0&rev=7 --- puremagic-1.28.tar.gz | 3 --- puremagic-1.29.tar.gz | 3 +++ python-puremagic.changes | 9 +++++++++ python-puremagic.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 puremagic-1.28.tar.gz create mode 100644 puremagic-1.29.tar.gz diff --git a/puremagic-1.28.tar.gz b/puremagic-1.28.tar.gz deleted file mode 100644 index a8e3302..0000000 --- a/puremagic-1.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:195893fc129657f611b86b959aab337207d6df7f25372209269ed9e303c1a8c0 -size 314945 diff --git a/puremagic-1.29.tar.gz b/puremagic-1.29.tar.gz new file mode 100644 index 0000000..e05d6f3 --- /dev/null +++ b/puremagic-1.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c115db3f63d43b13433860917b11e2b767e5eaec696a491be2fb544f224f7a +size 314734 diff --git a/python-puremagic.changes b/python-puremagic.changes index 6b2d8ac..3ab9bc4 100644 --- a/python-puremagic.changes +++ b/python-puremagic.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun May 4 08:52:08 UTC 2025 - Dirk Müller + +- update to 1.29: + * Changing to publishing to pypi with Python 3.9 + * Fixing #105 fsspec/gcsfs throws an ValueError instead of a + OSError (thanks to Markus) + * Fixing github actions due to updates + ------------------------------------------------------------------- Sun Nov 3 14:43:54 UTC 2024 - ecsos diff --git a/python-puremagic.spec b/python-puremagic.spec index 1f78914..f6d6afe 100644 --- a/python-puremagic.spec +++ b/python-puremagic.spec @@ -1,7 +1,7 @@ # # spec file for package python-puremagic # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-puremagic -Version: 1.28 +Version: 1.29 Release: 0 Summary: Pure python implementation of magic file detection License: MIT