Accepting request 1010209 from devel:languages:python
- Update to version 0.7.0: * Add support for python 3.9, 3.10 * Drop support for python 3.5, 3.6 * Add support for python 3.8 * Drop python 2.7 OBS-URL: https://build.opensuse.org/request/show/1010209 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fleming?expand=0&rev=2
This commit is contained in:
commit
609ca23fc3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db3b21b9a93338e110da497d7727db437671f1f331a3ad3a330fe85f7e48d509
|
|
||||||
size 25762
|
|
3
fleming-0.7.0.tar.gz
Normal file
3
fleming-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8fb42df97865df97478c1b50d657336c4acb2f6d998eaeb41e32aa481879ca5e
|
||||||
|
size 25900
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 12 03:23:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.7.0:
|
||||||
|
* Add support for python 3.9, 3.10
|
||||||
|
* Drop support for python 3.5, 3.6
|
||||||
|
* Add support for python 3.8
|
||||||
|
* Drop python 2.7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 18 04:07:00 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
Wed Nov 18 04:07:00 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-fleming
|
# spec file for package python-fleming
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 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,15 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
Name: python-fleming
|
Name: python-fleming
|
||||||
Version: 0.5.0
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python helpers for manipulating datetime objects relative to time zones
|
Summary: Python helpers for manipulating datetime objects relative to time zones
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/ambitioninc/fleming
|
URL: https://github.com/ambitioninc/fleming
|
||||||
Source: https://github.com/ambitioninc/fleming/archive/%{version}.tar.gz#/fleming-%{version}.tar.gz
|
Source: https://github.com/ambitioninc/fleming/archive/%{version}.tar.gz#/fleming-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Loading…
x
Reference in New Issue
Block a user