Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
aef6cfb0d3 | |||
aad624de32 | |||
79dbab70c4 | |||
94c29ce7dd |
@@ -1,10 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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 +34,7 @@ Sun Apr 25 20:06:03 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
* 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!
|
||||
|
||||
|
@@ -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,25 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!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
|
||||
URL: https://github.com/unified-font-object/ufoNormalizer
|
||||
Source: https://files.pythonhosted.org/packages/source/u/ufonormalizer/ufonormalizer-%{version}.zip
|
||||
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 +42,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 +67,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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e61110e75a500083f265385b1354b578610f9542e3bbbeedb98a2a6155e4aa6c
|
||||
size 37360
|
3
ufonormalizer-0.6.2.zip
Normal file
3
ufonormalizer-0.6.2.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c5715bb948381f2c641af82b94938ad242d9b5365dd1c5b7ce3d75556a26c3a
|
||||
size 37406
|
Reference in New Issue
Block a user