15
0

- update to 0.2.1:

* readme conversion to markdown
  * pytest and readme updates
  * code formatting improvements
- remove remove_nose.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-entrypoint2?expand=0&rev=23
This commit is contained in:
2020-09-17 11:08:10 +00:00
committed by Git OBS Bridge
parent d58f99c157
commit 7c63dcec8c
4 changed files with 14 additions and 8 deletions

3
entrypoint2-0.2.1.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 17 11:06:16 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.2.1:
* readme conversion to markdown
* pytest and readme updates
* code formatting improvements
- remove remove_nose.patch (upstream)
-------------------------------------------------------------------
Fri Aug 14 14:07:27 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -26,15 +26,13 @@
%bcond_with test
%endif
Name: python-entrypoint2
Version: 0.2
Version: 0.2.1
Release: 0
Summary: Command-line interface for python modules
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/ponty/entrypoint2
Source: https://github.com/ponty/entrypoint2/archive/%{version}.tar.gz#/entrypoint2-%{version}.tar.gz
# https://github.com/ponty/entrypoint2/pull/6
Patch0: remove_nose.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -57,7 +55,6 @@ off entrypoint.
%prep
%setup -q -n entrypoint2-%{version}
%patch0 -p1
# argparse is py2.6 or older
sed -i -e '/argparse/d' requirements.txt
@@ -80,7 +77,7 @@ sed -i -e '/argparse/d' requirements.txt
%if !%{with test}
%files %{python_files}
%license LICENSE.txt
%doc README.rst
%doc README.md
%{python_sitelib}/*
%endif