diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 13:53:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 13:53:25 +0000 |
commit | 2fd33c2401d325ccbebf7fbd8d01220c9220bd20 (patch) | |
tree | f3708d48ff9ee28bf5f5f936b193608aa203d410 | |
parent | 7da08dd6e2450565650e238ede189c505cf82272 (diff) |
automatic import of python-autohooks-plugin-blackopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-autohooks-plugin-black.spec | 25 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 13 insertions, 15 deletions
@@ -1 +1,2 @@ /autohooks_plugin_black-22.11.0.tar.gz +/autohooks_plugin_black-23.4.0.tar.gz diff --git a/python-autohooks-plugin-black.spec b/python-autohooks-plugin-black.spec index 71529b5..d834b90 100644 --- a/python-autohooks-plugin-black.spec +++ b/python-autohooks-plugin-black.spec @@ -1,15 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-autohooks-plugin-black -Version: 22.11.0 +Version: 23.4.0 Release: 1 Summary: An autohooks plugin for python code formatting via black License: GPL-3.0-or-later URL: https://github.com/greenbone/autohooks-plugin-black -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2e/da/8fcc79a5ab0ad560b74139bf3e3890058a4710b08e52e244593ec2b55a35/autohooks_plugin_black-22.11.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/43/b2/e023aa54f6d6f64c8bf1e3ed616fbd153eb87a44a40a8dfeb2901163c4c2/autohooks_plugin_black-23.4.0.tar.gz BuildArch: noarch -Requires: python3-autohooks Requires: python3-black +Requires: python3-autohooks %description  @@ -76,7 +76,7 @@ arguments = ["-q", "--diff"] ## Maintainer -This project is maintained by [Greenbone Networks GmbH](https://www.greenbone.net/). +This project is maintained by [Greenbone AG](https://www.greenbone.net/). ## Contributing @@ -88,12 +88,11 @@ first. ## License -Copyright (C) 2019 [Greenbone Networks GmbH](https://www.greenbone.net/) +Copyright (C) 2019 [Greenbone AG](https://www.greenbone.net/) Licensed under the [GNU General Public License v3.0 or later](LICENSE). - %package -n python3-autohooks-plugin-black Summary: An autohooks plugin for python code formatting via black Provides: python-autohooks-plugin-black @@ -165,7 +164,7 @@ arguments = ["-q", "--diff"] ## Maintainer -This project is maintained by [Greenbone Networks GmbH](https://www.greenbone.net/). +This project is maintained by [Greenbone AG](https://www.greenbone.net/). ## Contributing @@ -177,12 +176,11 @@ first. ## License -Copyright (C) 2019 [Greenbone Networks GmbH](https://www.greenbone.net/) +Copyright (C) 2019 [Greenbone AG](https://www.greenbone.net/) Licensed under the [GNU General Public License v3.0 or later](LICENSE). - %package help Summary: Development documents and examples for autohooks-plugin-black Provides: python3-autohooks-plugin-black-doc @@ -251,7 +249,7 @@ arguments = ["-q", "--diff"] ## Maintainer -This project is maintained by [Greenbone Networks GmbH](https://www.greenbone.net/). +This project is maintained by [Greenbone AG](https://www.greenbone.net/). ## Contributing @@ -263,14 +261,13 @@ first. ## License -Copyright (C) 2019 [Greenbone Networks GmbH](https://www.greenbone.net/) +Copyright (C) 2019 [Greenbone AG](https://www.greenbone.net/) Licensed under the [GNU General Public License v3.0 or later](LICENSE). - %prep -%autosetup -n autohooks-plugin-black-22.11.0 +%autosetup -n autohooks-plugin-black-23.4.0 %build %py3_build @@ -310,5 +307,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 22.11.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 23.4.0-1 - Package Spec generated @@ -1 +1 @@ -2ece3792d9cde5a326b0ef7cfdfc65c3 autohooks_plugin_black-22.11.0.tar.gz +6631e197541134c61a12ef32418b0162 autohooks_plugin_black-23.4.0.tar.gz |