diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 03:11:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 03:11:07 +0000 |
commit | 025c96412d884a1549aa906c28a266232080976c (patch) | |
tree | c4fb94f5af5b515934d76fff0b1636fd04ff45b8 | |
parent | bc922bed42a9f42a8b6451a3682fa659973d58c7 (diff) |
automatic import of python-jupyterlab-code-formatteropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-jupyterlab-code-formatter.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /jupyterlab_code_formatter-1.6.0.tar.gz +/jupyterlab_code_formatter-1.6.1.tar.gz diff --git a/python-jupyterlab-code-formatter.spec b/python-jupyterlab-code-formatter.spec index c6c2510..d5352ed 100644 --- a/python-jupyterlab-code-formatter.spec +++ b/python-jupyterlab-code-formatter.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jupyterlab-code-formatter -Version: 1.6.0 +Version: 1.6.1 Release: 1 Summary: Code formatter for JupyterLab License: MIT URL: https://github.com/ryantam626/jupyterlab_code_formatter -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dd/82/1029c7045936b105e1cbd1f16bbdd047970f15cc72adc33ac7b45827d5d9/jupyterlab_code_formatter-1.6.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/81/c7/f8548e26bdf659309630e27eaff9fe87eb99319a4c809c81c90e5cad72f9/jupyterlab_code_formatter-1.6.1.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-jupyterlab-code-formatter-doc %prep -%autosetup -n jupyterlab-code-formatter-1.6.0 +%autosetup -n jupyterlab-code-formatter-1.6.1 %build %py3_build @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.1-1 - Package Spec generated @@ -1 +1 @@ -273cd451efe9b0d6e4e52dbee479486c jupyterlab_code_formatter-1.6.0.tar.gz +434429821df7231e2c281b394888c64d jupyterlab_code_formatter-1.6.1.tar.gz |