Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 688cb86cf3 | |||
| 99476ce8c5 | |||
| 7a7c96a5e6 | |||
| 84c75e6eaf |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56de26d7c75f164eea03e28bc11b4c769c68d705fa186dfcaeb56c27f9a4cc0c
|
||||
size 519814
|
||||
3
defcon-0.12.1.zip
Normal file
3
defcon-0.12.1.zip
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aca8674a8f71723af6a08f332f3ed3156ba0fe00591eb5aff7572caad1472d09
|
||||
size 521128
|
||||
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 5 06:01:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 08:08:48 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.12.1:
|
||||
* clear glyph.lib on glyph.clear
|
||||
- update to 0.12.0:
|
||||
* Loop over all possibilities and test if one of them is
|
||||
disabled
|
||||
- update to 0.11.0:
|
||||
* add `.readthedocs.yaml`
|
||||
* Remove some big memory attributes from all defcon objects on
|
||||
delete
|
||||
* Mark regex/docstring as raw to fix SyntaxWarning invalid
|
||||
escape seq
|
||||
* Remove a useless shebang line in a non-executable test script
|
||||
* Remove guideline color key when setting color none
|
||||
* Update tested python versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 09:19:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-defcon
|
||||
#
|
||||
# Copyright (c) 2023 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,18 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-defcon
|
||||
Version: 0.10.3
|
||||
Version: 0.12.1
|
||||
Release: 0
|
||||
Summary: A set of UFO based objects for use in font editing applications
|
||||
License: MIT
|
||||
URL: https://github.com/robotools/defcon
|
||||
Source: https://files.pythonhosted.org/packages/source/d/defcon/defcon-%{version}.zip
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
@@ -56,10 +57,10 @@ A set of UFO based objects optimized for use in font editing applications.
|
||||
sed -i -e '1{\,^#!%{_bindir}/env python,d}' Lib/defcon/test/tools/test_unicodeTools.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
|
||||
Reference in New Issue
Block a user