14
0

- 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:
2023-02-20 08:36:37 +00:00
committed by Git OBS Bridge
parent 0df85d1166
commit edaa814e5b
4 changed files with 15 additions and 7 deletions

View File

@@ -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

Binary file not shown.

View File

@@ -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>

View File

@@ -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