forked from pool/python-py2pack
- update to 0.8.5:
* Use 3.8 python in the travis by default * Use python 3.8 and 3.9 in tox * Execute flake8 on latest py3 instead of old py2 version * Add missing comment to opensuse template header * Switch to pytest * Just say we support py2 and py3 do not bother with minor versions * gitignore coverage datafile * Do not bother with creating group tag as it is optional these days in openSUSE * Run tests under python 3.7 and fix tests * tests: replace year in tests by placeholder * bug: show help if no command given * Fix date in test examples * fix fedora tests * fix opensuse tests * Update py2pack-opensuse-legacy.spec * Update py2pack-opensuse.spec * Make template compatible with spec-cleaner * Add default empty for scripts * Just get rid of whole line in opensuse-legacy.spec, this breaks things * Don't add BR on python-devel without thinking * Add test for non-existent file * Add documentation to py2pack/utils.py * Add test with invalid archive * Raise a ValueError from \_get\_archive\_filelist instead of Exception * Add type hints to py2pack.utils * Ignore flake8 unused import warning for typing imports * Require typing module for python < 3.5 * Bump python version in test case * Shorten overlong line OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=84
This commit is contained in:
committed by
Git OBS Bridge
parent
893a55f620
commit
6bca964401
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c221e091bd70411d1088e0a2ad084e728cccd8905a7d81403a7ce79a1ef0d32
|
|
||||||
size 36273
|
|
3
py2pack-0.8.5.tar.gz
Normal file
3
py2pack-0.8.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ad8dcc9e39f3c88f0bfa85b164c901a6e78312ded4bb34d24669a678dcc7ff3
|
||||||
|
size 41268
|
@@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 27 09:06:41 UTC 2020 - Thomas Bechtold <tbechtold@suse.com>
|
||||||
|
|
||||||
|
- update to 0.8.5:
|
||||||
|
* Use 3.8 python in the travis by default
|
||||||
|
* Use python 3.8 and 3.9 in tox
|
||||||
|
* Execute flake8 on latest py3 instead of old py2 version
|
||||||
|
* Add missing comment to opensuse template header
|
||||||
|
* Switch to pytest
|
||||||
|
* Just say we support py2 and py3 do not bother with minor versions
|
||||||
|
* gitignore coverage datafile
|
||||||
|
* Do not bother with creating group tag as it is optional these days in openSUSE
|
||||||
|
* Run tests under python 3.7 and fix tests
|
||||||
|
* tests: replace year in tests by placeholder
|
||||||
|
* bug: show help if no command given
|
||||||
|
* Fix date in test examples
|
||||||
|
* fix fedora tests
|
||||||
|
* fix opensuse tests
|
||||||
|
* Update py2pack-opensuse-legacy.spec
|
||||||
|
* Update py2pack-opensuse.spec
|
||||||
|
* Make template compatible with spec-cleaner
|
||||||
|
* Add default empty for scripts
|
||||||
|
* Just get rid of whole line in opensuse-legacy.spec, this breaks things
|
||||||
|
* Don't add BR on python-devel without thinking
|
||||||
|
* Add test for non-existent file
|
||||||
|
* Add documentation to py2pack/utils.py
|
||||||
|
* Add test with invalid archive
|
||||||
|
* Raise a ValueError from \_get\_archive\_filelist instead of Exception
|
||||||
|
* Add type hints to py2pack.utils
|
||||||
|
* Ignore flake8 unused import warning for typing imports
|
||||||
|
* Require typing module for python < 3.5
|
||||||
|
* Bump python version in test case
|
||||||
|
* Shorten overlong line
|
||||||
|
* Add docstrings & type hints to functions in requires.py
|
||||||
|
* Replace filter() with list/generator expressions
|
||||||
|
* Fix indentation of \_requirement\_find\_lowest\_possible
|
||||||
|
* Fix DeprecationWarnings for invalid escape sequences with python3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 26 15:43:09 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Tue Mar 26 15:43:09 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-py2pack
|
# spec file for package python-py2pack
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-py2pack
|
Name: python-py2pack
|
||||||
Version: 0.8.4
|
Version: 0.8.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Script for generating distribution packages from Python packages on PyPI
|
Summary: Script for generating distribution packages from Python packages on PyPI
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Reference in New Issue
Block a user