From 7c63dcec8cd4684927380c86c6ae3a8aab8269858d5bcabfb9143c45ad613c5a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Sep 2020 11:08:10 +0000 Subject: [PATCH] - 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 --- entrypoint2-0.2.1.tar.gz | 3 +++ entrypoint2-0.2.tar.gz | 3 --- python-entrypoint2.changes | 9 +++++++++ python-entrypoint2.spec | 7 ++----- 4 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 entrypoint2-0.2.1.tar.gz delete mode 100644 entrypoint2-0.2.tar.gz diff --git a/entrypoint2-0.2.1.tar.gz b/entrypoint2-0.2.1.tar.gz new file mode 100644 index 0000000..667c43d --- /dev/null +++ b/entrypoint2-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c33bb69abeda85e3f2a8b49e75e6eeba530afddcb9eecea477ed3f881ea56a +size 11396 diff --git a/entrypoint2-0.2.tar.gz b/entrypoint2-0.2.tar.gz deleted file mode 100644 index e32736c..0000000 --- a/entrypoint2-0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a49b160c452914b830135201e6db466c6bb39759ccd0c301cbb7943ab57802fd -size 12459 diff --git a/python-entrypoint2.changes b/python-entrypoint2.changes index 68e6840..83b7c6b 100644 --- a/python-entrypoint2.changes +++ b/python-entrypoint2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 17 11:06:16 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-entrypoint2.spec b/python-entrypoint2.spec index 35f1bdd..e73b60f 100644 --- a/python-entrypoint2.spec +++ b/python-entrypoint2.spec @@ -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