diff --git a/0.6.tar.gz b/0.6.tar.gz deleted file mode 100644 index 1ad7f10..0000000 --- a/0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc0a7f310c1dc717c7d94f0076cabea193fcd9d53f600a84d5846f9a617a90e5 -size 6003 diff --git a/0.7.tar.gz b/0.7.tar.gz new file mode 100644 index 0000000..deefe0c --- /dev/null +++ b/0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2476cb928357aa913c31374b52535c871519e400b99c6b21c470434d0bb2e2 +size 6373 diff --git a/python-whatever.changes b/python-whatever.changes index e7fd12f..da208e2 100644 --- a/python-whatever.changes +++ b/python-whatever.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 20 08:36:04 UTC 2023 - Daniel Garcia + +- update to version 0.7 + * support Python 3.11 + * include CHANGELOG into a release (Igor Gnatenko) + ------------------------------------------------------------------- Thu Feb 6 13:28:58 UTC 2020 - Marketa Calabkova diff --git a/python-whatever.spec b/python-whatever.spec index 9875084..bc7df6e 100644 --- a/python-whatever.spec +++ b/python-whatever.spec @@ -1,7 +1,7 @@ # # spec file for package python-whatever # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-whatever -Version: 0.6 +Version: 0.7 Release: 0 Summary: Module to make anonymous functions by partial application of operators License: BSD-3-Clause @@ -52,6 +51,8 @@ It is inspired by the Perl 6 one, see http://perlcabal.org/syn/S02.html#The_What %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/whatever.py +%{python_sitelib}/whatever-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__ %changelog