diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 07:27:24 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 07:27:24 +0000 |
| commit | e46846440f603dba44b60c1abb29032b0214516e (patch) | |
| tree | b10e2b9fe53905801f7c704980b07902fb921779 | |
| parent | 74d229102e3bae3129f21ca53d2a684fad200a94 (diff) | |
automatic import of python-pyrightopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pyright.spec | 14 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /pyright-1.1.302.tar.gz +/pyright-1.1.304.tar.gz diff --git a/python-pyright.spec b/python-pyright.spec index bfbd894..b7068cd 100644 --- a/python-pyright.spec +++ b/python-pyright.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyright -Version: 1.1.302 +Version: 1.1.304 Release: 1 Summary: Command line wrapper for pyright License: MIT URL: https://github.com/RobertCraigie/pyright-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/04/04beca371a1fc3834d32bb8fb96d86b74f057d32128cb893adb025441ef3/pyright-1.1.302.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/40/dc/1cb8b90aae25a597fd5c17f29b49e3eadc751b353706234ba026a22793a1/pyright-1.1.304.tar.gz BuildArch: noarch Requires: python3-nodeenv @@ -55,7 +55,7 @@ You can also setup pyright to run automatically before each commit by setting up ```yaml repos: - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.302 + rev: v1.1.304 hooks: - id: pyright ``` @@ -185,7 +185,7 @@ You can also setup pyright to run automatically before each commit by setting up ```yaml repos: - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.302 + rev: v1.1.304 hooks: - id: pyright ``` @@ -312,7 +312,7 @@ You can also setup pyright to run automatically before each commit by setting up ```yaml repos: - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.302 + rev: v1.1.304 hooks: - id: pyright ``` @@ -395,7 +395,7 @@ All pull requests are welcome. %prep -%autosetup -n pyright-1.1.302 +%autosetup -n pyright-1.1.304 %build %py3_build @@ -435,5 +435,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.302-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.304-1 - Package Spec generated @@ -1 +1 @@ -ccdbad2ddce5efce21e21439a46cbb33 pyright-1.1.302.tar.gz +a788bea438ced58e34ee897ad320a51c pyright-1.1.304.tar.gz |
