diff --git a/altgraph-0.16.1.tar.gz b/altgraph-0.16.1.tar.gz deleted file mode 100644 index 8f42fc9..0000000 --- a/altgraph-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c -size 499316 diff --git a/altgraph-0.17.tar.gz b/altgraph-0.17.tar.gz new file mode 100644 index 0000000..3c46035 --- /dev/null +++ b/altgraph-0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa +size 534109 diff --git a/python-altgraph.changes b/python-altgraph.changes index bb7d945..49d8efa 100644 --- a/python-altgraph.changes +++ b/python-altgraph.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Apr 17 11:15:05 UTC 2020 - Marketa Calabkova + +- Update to 0.17 + * Explicitly mark Python 3.8 as supported in wheel metadata. + * Migrate from Bitbucket to GitHub + * Run black on the entire repository + ------------------------------------------------------------------- Thu Nov 7 16:15:07 UTC 2019 - Matej Cepl diff --git a/python-altgraph.spec b/python-altgraph.spec index eee3408..d25caee 100644 --- a/python-altgraph.spec +++ b/python-altgraph.spec @@ -1,7 +1,7 @@ # # spec file for package python-altgraph # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,11 +18,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-altgraph -Version: 0.16.1 +Version: 0.17 Release: 0 Summary: Python graph (network) package License: MIT -URL: https://bitbucket.org/ronaldoussoren/altgraph/ +URL: https://github.com/ronaldoussoren/altgraph/ Source: https://files.pythonhosted.org/packages/source/a/altgraph/altgraph-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -60,7 +60,7 @@ sed -i 's/\r$//' doc/_build/html/_static/jquery.js %python_exec setup.py test %files %{python_files} -%doc README.txt +%doc README.rst %license LICENSE %{python_sitelib}/*