14
0

Accepting request 1135353 from devel:languages:python

- update to 1.10:
  * Fix performance issue with large datasets.
  * Use f-strings instead of str.format().
  * Fix issue #2: Allow non-orderable items when a
    CircularDependencyError is raised
  * Completely change to pyproject.toml.  Deleted setup.cfg.
  * Drop support for python 2.7.
  * No functional changes.

OBS-URL: https://build.opensuse.org/request/show/1135353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-toposort?expand=0&rev=3
This commit is contained in:
2023-12-28 22:02:45 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 9 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Dec 27 16:34:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.10:
* Fix performance issue with large datasets.
* Use f-strings instead of str.format().
* Fix issue #2: Allow non-orderable items when a
CircularDependencyError is raised
* Completely change to pyproject.toml. Deleted setup.cfg.
* Drop support for python 2.7.
* No functional changes.
-------------------------------------------------------------------
Fri Oct 22 20:19:36 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-toposort
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-toposort
Version: 1.7
Version: 1.10
Release: 0
Summary: Implements a topological sort algorithm
License: Apache-2.0
@@ -26,7 +26,6 @@ Group: Development/Languages/Python
URL: https://gitlab.com/ericvsmith/toposort
Source: https://files.pythonhosted.org/packages/source/t/toposort/toposort-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -53,10 +52,10 @@ sed -i '/unittest.main/d' test/test_toposort.py
%pyunittest -v
%files %{python_files}
%doc CHANGES.txt README.txt
%doc CHANGES.txt README.md
%license LICENSE.txt
%{python_sitelib}/toposort.py*
%pycache_only %{python_sitelib}/__pycache__/toposort*
%{python_sitelib}/toposort-%{version}*-info
%{python_sitelib}/toposort-%{version}.dist-info
%changelog

3
toposort-1.10.tar.gz Normal file
View File

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

View File

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