14
0

Compare commits

6 Commits

Author SHA256 Message Date
1b7171f98c Accepting request 1314406 from devel:languages:python
- Update to 0.6.3
  * Update scaffolding by @madig in (#97)
  * Use trusted publishing by @madig in (#96)
- Drop support for older Python versions
- Remove unzip package from BuildRequires
- Switch source archive format to TAR.GZ
- Use Python 3.11 on SLE-15 by default (forwarded request 1314381 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1314406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufonormalizer?expand=0&rev=7
2025-10-29 20:09:11 +00:00
e9b93a9675 - Update to 0.6.3
* Update scaffolding by @madig in (#97)
  * Use trusted publishing by @madig in (#96)
- Drop support for older Python versions
- Remove unzip package from BuildRequires
- Switch source archive format to TAR.GZ
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufonormalizer?expand=0&rev=13
2025-10-29 14:52:36 +00:00
811bb33331 Accepting request 1284977 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1284977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufonormalizer?expand=0&rev=6
2025-06-12 13:53:30 +00:00
ba25c2b127 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufonormalizer?expand=0&rev=11
2025-06-12 05:09:41 +00:00
e728ac4314 Accepting request 1225385 from devel:languages:python
- update to 0.6.2:
  * Fix conversion of floats

    layerinfo.plist)
  * Fixes plistlib issues with Python 3.9

OBS-URL: https://build.opensuse.org/request/show/1225385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ufonormalizer?expand=0&rev=5
2024-11-21 14:14:29 +00:00
da0ddd43e6 - update to 0.6.2:
* Fix conversion of floats
    layerinfo.plist)
  * Fixes plistlib issues with Python 3.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ufonormalizer?expand=0&rev=9
2024-11-20 17:50:03 +00:00
4 changed files with 38 additions and 16 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Oct 29 13:25:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.6.3
* Update scaffolding by @madig in (#97)
* Use trusted publishing by @madig in (#96)
- Drop support for older Python versions
- Remove unzip package from BuildRequires
- Switch source archive format to TAR.GZ
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Thu Jun 12 05:01:34 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Wed Nov 20 17:49:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.2:
* Fix conversion of floats
-------------------------------------------------------------------
Mon Mar 7 10:41:03 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ufonormalizer
#
# Copyright (c) 2022 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
@@ -16,24 +16,24 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-ufonormalizer
Version: 0.6.1
Version: 0.6.3
Release: 0
Summary: Script to normalize the XML and other data inside of a UFO
License: BSD-3-Clause
URL: https://github.com/unified-font-object/ufoNormalizer
Source: https://files.pythonhosted.org/packages/source/u/ufonormalizer/ufonormalizer-%{version}.zip
Source: https://files.pythonhosted.org/packages/source/u/ufonormalizer/ufonormalizer-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toml}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
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,14 +41,14 @@ 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
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/ufonormalizer
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -66,6 +66,6 @@ sed -i -e '1{\,^#! %{_bindir}/env python,d}' src/ufonormalizer/__init__.py
%license LICENSE.txt
%python_alternative %{_bindir}/ufonormalizer
%{python_sitelib}/ufonormalizer
%{python_sitelib}/ufonormalizer-%{version}*-info
%{python_sitelib}/ufonormalizer-%{version}.dist-info
%changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e61110e75a500083f265385b1354b578610f9542e3bbbeedb98a2a6155e4aa6c
size 37360

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3271097aba9d290594b75c2b432cf681088b74fe3eb334ca4319324e2bddd4e
size 33324