forked from pool/python-ciso8601
Accepting request 1236170 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1236170 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ciso8601?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3212c7ffe5d8080270548b5f2692ffd2039683b6628a8d2ad456122cc5793c4c
|
||||
size 31225
|
||||
3
ciso8601-2.3.2.tar.gz
Normal file
3
ciso8601-2.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec1616969aa46c51310b196022e5d3926f8d3fa52b80ec17f6b4133623bd5434
|
||||
size 28214
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 09:22:42 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 2.3.2
|
||||
* Add support for aarch64 wheels. Thank you @bbayles!
|
||||
* Add wheels for PyPy 3.10
|
||||
* Added Python 3.13 support
|
||||
* Better error message when attempting to parse
|
||||
a BCE year (#156). Thanks @javiabellan
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 13:27:22 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ciso8601
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,18 +18,18 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ciso8601
|
||||
Version: 2.3.1
|
||||
Version: 2.3.2
|
||||
Release: 0
|
||||
Summary: Fast ISO8601 date time parser for Python written in C
|
||||
License: MIT
|
||||
URL: https://github.com/closeio/ciso8601
|
||||
Source: https://files.pythonhosted.org/packages/source/c/ciso8601/ciso8601-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: gcc
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: gcc
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
|
||||
Reference in New Issue
Block a user