diff --git a/python-ufonormalizer.changes b/python-ufonormalizer.changes index 1cf6079..a2bc843 100644 --- a/python-ufonormalizer.changes +++ b/python-ufonormalizer.changes @@ -1,10 +1,16 @@ +------------------------------------------------------------------- +Wed Nov 20 17:49:37 UTC 2024 - Dirk Müller + +- update to 0.6.2: + * Fix conversion of floats + ------------------------------------------------------------------- Mon Mar 7 10:41:03 UTC 2022 - Ben Greiner - Update to 0.6.1 * Fixes the deletion of images by the normalizer (#88) * Does not write empty keys (#89) in layerinfo.plist (or an empty - layerinfo.plist) + layerinfo.plist) ------------------------------------------------------------------- Thu Aug 26 09:50:54 UTC 2021 - pgajdos@suse.com @@ -23,7 +29,7 @@ Sun Apr 25 20:06:03 UTC 2021 - Ben Greiner * Cleans up extra, un-need artifacts. * Converted ufoNormalizer to package instead of a module * Drops Python 2.x and 3.5. - * Fixes plistlib issues with Python 3.9 + * Fixes plistlib issues with Python 3.9 * Fix whitespace handling in glyph notes (#71), thanks @colinmford! diff --git a/python-ufonormalizer.spec b/python-ufonormalizer.spec index 2937562..88804f0 100644 --- a/python-ufonormalizer.spec +++ b/python-ufonormalizer.spec @@ -1,7 +1,7 @@ # # spec file for package python-ufonormalizer # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-ufonormalizer -Version: 0.6.1 +Version: 0.6.2 Release: 0 Summary: Script to normalize the XML and other data inside of a UFO License: BSD-3-Clause @@ -33,7 +33,7 @@ BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-setuptools Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages @@ -41,7 +41,7 @@ BuildArch: noarch Script to normalize the XML and other data inside of a UFO. %prep -%setup -q -n ufonormalizer-%{version} +%autosetup -p1 -n ufonormalizer-%{version} sed -i -e '1{\,^#! %{_bindir}/env python,d}' src/ufonormalizer/__init__.py %build diff --git a/ufonormalizer-0.6.1.zip b/ufonormalizer-0.6.1.zip deleted file mode 100644 index 65d2099..0000000 --- a/ufonormalizer-0.6.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e61110e75a500083f265385b1354b578610f9542e3bbbeedb98a2a6155e4aa6c -size 37360 diff --git a/ufonormalizer-0.6.2.zip b/ufonormalizer-0.6.2.zip new file mode 100644 index 0000000..8f385fa --- /dev/null +++ b/ufonormalizer-0.6.2.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5715bb948381f2c641af82b94938ad242d9b5365dd1c5b7ce3d75556a26c3a +size 37406