forked from pool/python-altgraph
Accepting request 794880 from home:mcalabkova:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/794880 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-altgraph?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
07bc28b9d3
commit
4ff0eb7366
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c
|
||||
size 499316
|
||||
3
altgraph-0.17.tar.gz
Normal file
3
altgraph-0.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa
|
||||
size 534109
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 11:15:05 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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}/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user