forked from pool/python-atom
- Update to 0.5.0:
* drop Python 2 support PR #83 * use cppy to write the c++ extension PR #83 * add c++ implememtation of AtomDict PR #93 * add a Set member PR #93 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atom?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a07d6a973acbfaa90f9cc8155f3afa4a0a2e0aae0a8f153e371c38640257fd8
|
||||
size 110408
|
||||
3
0.5.0.tar.gz
Normal file
3
0.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:633705c3c86598ced05d8e96c802b2bae8943b5cee1c6dda391451a3d06cd8df
|
||||
size 112496
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 02:46:58 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.5.0:
|
||||
* drop Python 2 support PR #83
|
||||
* use cppy to write the c++ extension PR #83
|
||||
* add c++ implememtation of AtomDict PR #93
|
||||
* add a Set member PR #93
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 12:58:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-atom
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-atom
|
||||
Version: 0.4.3
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
Summary: Memory efficient Python objects
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/nucleic/atom
|
||||
URL: https://github.com/nucleic/atom
|
||||
Source: https://github.com/nucleic/atom/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module cppy}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
||||
Reference in New Issue
Block a user