forked from pool/python-booleanOperations
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9535165741 | |||
| 7d2ea939e1 | |||
| e116d4034c | |||
| db3336f7cd |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cfa821c32ad374fa120d6b2e0b444ebeac57c91e6631528645fa19ac2a281b8
|
||||
size 202950
|
||||
3
booleanoperations-0.10.0.tar.gz
Normal file
3
booleanoperations-0.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d719f560d2a1dd676c812b844ecceb693c96791c76579089ab7d0f5db5cedbe
|
||||
size 167248
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 09:12:59 UTC 2026 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 0.10.0
|
||||
* Remove wheel from setup_requires
|
||||
* Improved mergeFirstSegments handling
|
||||
* Correct for (rare) bad tracking of previousIntersectionPoint
|
||||
* Fix test compatibility with fonttools splitCubicAtT precision
|
||||
improvement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 15 11:58:05 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to pip-based build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 16 10:45:31 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-booleanOperations
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,16 +24,14 @@
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
%endif
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-booleanOperations%{psuffix}
|
||||
Version: 0.9.0
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
Summary: Boolean operations on paths
|
||||
License: MIT
|
||||
URL: https://github.com/typemytype/booleanOperations
|
||||
Source: https://files.pythonhosted.org/packages/source/b/booleanOperations/booleanOperations-%{version}.zip
|
||||
Source: https://files.pythonhosted.org/packages/source/b/booleanoperations/booleanoperations-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -56,14 +54,14 @@ BuildRequires: %{python_module pytest}
|
||||
Boolean operations on paths.
|
||||
|
||||
%prep
|
||||
%setup -q -n booleanOperations-%{version}
|
||||
%setup -q -n booleanoperations-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%if !%{with test}
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%endif
|
||||
|
||||
@@ -77,7 +75,7 @@ Boolean operations on paths.
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/booleanOperations
|
||||
%{python_sitelib}/booleanOperations-%{version}*-info
|
||||
%{python_sitelib}/boolean[Oo]perations-%{version}*-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user