diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:02:53 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:02:53 +0000 |
| commit | a165821a1ad70bc13873fde442e1acbee88e0246 (patch) | |
| tree | 9e290998ff3afde0ec1d2607dd60589ac1dbbdd0 | |
| parent | 227c605d8c297a52ce28ea6a8b03051f9fea18d7 (diff) | |
automatic import of python-ffpuppetopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-ffpuppet.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /ffpuppet-0.9.2.tar.gz +/ffpuppet-0.10.0.tar.gz diff --git a/python-ffpuppet.spec b/python-ffpuppet.spec index da46f55..3f564eb 100644 --- a/python-ffpuppet.spec +++ b/python-ffpuppet.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ffpuppet -Version: 0.9.2 +Version: 0.10.0 Release: 1 Summary: A Python module that aids in the automation of Firefox at the process level License: MPL 2.0 URL: https://github.com/MozillaSecurity/ffpuppet -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0f/ce/358685dc89c1c9f902366a2d584b969a2661308cafdc445612ec12d1210e/ffpuppet-0.9.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e7/3c/91ae81a005ab373950e635e564911ab08fb5b916257e18caa072e028e8d9/ffpuppet-0.10.0.tar.gz BuildArch: noarch Requires: python3-psutil @@ -47,7 +47,7 @@ FFPuppet is a Python module that automates browser process related tasks to aid Are you [fuzzing](https://firefox-source-docs.mozilla.org/tools/fuzzing/index.html) the browser? [Grizzly](https://github.com/MozillaSecurity/grizzly) can help. %prep -%autosetup -n ffpuppet-0.9.2 +%autosetup -n ffpuppet-0.10.0 %build %py3_build @@ -87,5 +87,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.2-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.0-1 - Package Spec generated @@ -1 +1 @@ -571dc6359db07351151a211f8d6c86b0 ffpuppet-0.9.2.tar.gz +3cf336ca5ded662bb0166c938ddcc353 ffpuppet-0.10.0.tar.gz |
