forked from pool/python-whatever
- update to version 0.7
* support Python 3.11 * include CHANGELOG into a release (Igor Gnatenko) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whatever?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc0a7f310c1dc717c7d94f0076cabea193fcd9d53f600a84d5846f9a617a90e5
|
|
||||||
size 6003
|
|
||||||
BIN
0.7.tar.gz
LFS
Normal file
BIN
0.7.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 20 08:36:04 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- 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 <mcalabkova@suse.com>
|
Thu Feb 6 13:28:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-whatever
|
# 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
|
# 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
|
||||||
@@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-whatever
|
Name: python-whatever
|
||||||
Version: 0.6
|
Version: 0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Module to make anonymous functions by partial application of operators
|
Summary: Module to make anonymous functions by partial application of operators
|
||||||
License: BSD-3-Clause
|
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}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/whatever.py
|
||||||
|
%{python_sitelib}/whatever-%{version}*-info
|
||||||
|
%pycache_only %{python_sitelib}/__pycache__
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user