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:
Dominique Leuenberger 2022-10-12 16:26:50 +00:00 committed by Git OBS Bridge
commit 609ca23fc3
4 changed files with 16 additions and 6 deletions

View File

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fb42df97865df97478c1b50d657336c4acb2f6d998eaeb41e32aa481879ca5e
size 25900

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# 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
Version: 0.5.0
Version: 0.7.0
Release: 0
Summary: Python helpers for manipulating datetime objects relative to time zones
License: MIT
Group: Development/Languages/Python
URL: https://github.com/ambitioninc/fleming
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: fdupes
BuildRequires: python-rpm-macros