From f454cda8068bd875aedbfb366722be09ce353b69 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 21 Apr 2023 04:29:19 +0000 Subject: automatic import of python-funcy --- .gitignore | 1 + python-funcy.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index ccc4636..0bca59d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /funcy-1.18.tar.gz +/funcy-2.0.tar.gz diff --git a/python-funcy.spec b/python-funcy.spec index 695a4ec..df68070 100644 --- a/python-funcy.spec +++ b/python-funcy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-funcy -Version: 1.18 +Version: 2.0 Release: 1 Summary: A fancy and practical functional tools License: BSD URL: http://github.com/Suor/funcy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/92/1c/b297c18a9e66e683b7777fbc965e5393bcf167406d1499cde69ca9e6b8e7/funcy-1.18.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/70/b8/c6081521ff70afdff55cd9512b2220bbf4fa88804dae51d1b57b4b58ef32/funcy-2.0.tar.gz BuildArch: noarch @@ -14,7 +14,7 @@ A collection of fancy functional tools focused on practicality. Inspired by clojure, underscore and my own abstractions. Keep reading to get an overview or `read the docs `_. Or jump directly to `cheatsheet `_. -Works with Python 2.7, 3.4+ and pypy. +Works with Python 3.4+ and pypy3. %package -n python3-funcy Summary: A fancy and practical functional tools @@ -27,7 +27,7 @@ A collection of fancy functional tools focused on practicality. Inspired by clojure, underscore and my own abstractions. Keep reading to get an overview or `read the docs `_. Or jump directly to `cheatsheet `_. -Works with Python 2.7, 3.4+ and pypy. +Works with Python 3.4+ and pypy3. %package help Summary: Development documents and examples for funcy @@ -37,10 +37,10 @@ A collection of fancy functional tools focused on practicality. Inspired by clojure, underscore and my own abstractions. Keep reading to get an overview or `read the docs `_. Or jump directly to `cheatsheet `_. -Works with Python 2.7, 3.4+ and pypy. +Works with Python 3.4+ and pypy3. %prep -%autosetup -n funcy-1.18 +%autosetup -n funcy-2.0 %build %py3_build @@ -80,5 +80,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot - 1.18-1 +* Fri Apr 21 2023 Python_Bot - 2.0-1 - Package Spec generated diff --git a/sources b/sources index f158859..8167d44 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d90e8cd7c4021e61043ab9f6d8092971 funcy-1.18.tar.gz +ed5eea5f31fdb2c562dc32cadb8d0742 funcy-2.0.tar.gz -- cgit v1.2.3