From ee9ecc58697a19005bfbe2b10262f9ad184e6c41 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 27 Jan 2020 15:59:30 +0000 Subject: [PATCH] parso: Autospec creation for update from version 0.5.2 to version 0.6.0 Dave Halter (10): Make sure to limit the amount of cached files parso stores, fixes davidhalter/jedi#1340 Remove Python 2.6 grammar Get rid of Python 3.3 artifacts Fix a Python 2.7 issue Add a Changelog note about dropping 2.6/3.3 Forgot to increase the pickle version del_stmt is now considered a name definition Add a bit to the changelog Make sure iter_funcdefs includes async functions with decorators, fixes #98 Bump version to 0.6.0 Hugo (4): Drop support for EOL Python 2.6 Drop support for EOL Python 3.3 Add python_requires to help pip Fix string/tuple concatenation Jarry Shaw (2): Revision on assignment errors (#97) Revision on fstring issues (#100) Tim Gates (1): Fix simple typo: utitilies -> utilities --- Makefile | 2 +- options.conf | 2 +- parso.spec | 20 ++++++++++---------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index bca6ccc..b8a8474 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := parso -URL = https://files.pythonhosted.org/packages/e0/a2/3786c568fc8e9f64b9f7143e4c3904e61a8c5cb17260f22a6a3019d80c02/parso-0.5.2.tar.gz +URL = https://files.pythonhosted.org/packages/3d/89/4f76f0f0ce9bbbf42eb9ab36391e993ebe978395e0bdb05350761c2319f5/parso-0.6.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 91627d0..87057a4 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = parso -url = https://files.pythonhosted.org/packages/e0/a2/3786c568fc8e9f64b9f7143e4c3904e61a8c5cb17260f22a6a3019d80c02/parso-0.5.2.tar.gz +url = https://files.pythonhosted.org/packages/3d/89/4f76f0f0ce9bbbf42eb9ab36391e993ebe978395e0bdb05350761c2319f5/parso-0.6.0.tar.gz archives = giturl = https://github.com/davidhalter/parso.git domain = diff --git a/parso.spec b/parso.spec index e6ea598..ddf4754 100644 --- a/parso.spec +++ b/parso.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : parso -Version : 0.5.2 -Release : 34 -URL : https://files.pythonhosted.org/packages/e0/a2/3786c568fc8e9f64b9f7143e4c3904e61a8c5cb17260f22a6a3019d80c02/parso-0.5.2.tar.gz -Source0 : https://files.pythonhosted.org/packages/e0/a2/3786c568fc8e9f64b9f7143e4c3904e61a8c5cb17260f22a6a3019d80c02/parso-0.5.2.tar.gz +Version : 0.6.0 +Release : 35 +URL : https://files.pythonhosted.org/packages/3d/89/4f76f0f0ce9bbbf42eb9ab36391e993ebe978395e0bdb05350761c2319f5/parso-0.6.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/3d/89/4f76f0f0ce9bbbf42eb9ab36391e993ebe978395e0bdb05350761c2319f5/parso-0.6.0.tar.gz Summary : A Python Parser Group : Development/Tools License : BSD-3-Clause MIT Python-2.0 @@ -52,15 +52,15 @@ python3 components for the parso package. %prep -%setup -q -n parso-0.5.2 -cd %{_builddir}/parso-0.5.2 +%setup -q -n parso-0.6.0 +cd %{_builddir}/parso-0.6.0 %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1576524085 +export SOURCE_DATE_EPOCH=1580140765 # -Werror is for werrorists export GCC_IGNORE_WERROR=1 export AR=gcc-ar @@ -77,9 +77,9 @@ python3 setup.py build export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/parso -cp %{_builddir}/parso-0.5.2/LICENSE.txt %{buildroot}/usr/share/package-licenses/parso/b1a7c6c0bf49fd5b62cca57a802166f291273c9a -cp %{_builddir}/parso-0.5.2/docs/_themes/flask/LICENSE %{buildroot}/usr/share/package-licenses/parso/d0eff60551064b040266867c393e035d747b0ae5 -cp %{_builddir}/parso-0.5.2/test/normalizer_issue_files/LICENSE %{buildroot}/usr/share/package-licenses/parso/f71a77bff7a0853ddf32ea962ef8582fe808d9f6 +cp %{_builddir}/parso-0.6.0/LICENSE.txt %{buildroot}/usr/share/package-licenses/parso/b1a7c6c0bf49fd5b62cca57a802166f291273c9a +cp %{_builddir}/parso-0.6.0/docs/_themes/flask/LICENSE %{buildroot}/usr/share/package-licenses/parso/d0eff60551064b040266867c393e035d747b0ae5 +cp %{_builddir}/parso-0.6.0/test/normalizer_issue_files/LICENSE %{buildroot}/usr/share/package-licenses/parso/f71a77bff7a0853ddf32ea962ef8582fe808d9f6 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/release b/release index a787364..8f92bfd 100644 --- a/release +++ b/release @@ -1 +1 @@ -34 +35 diff --git a/upstream b/upstream index d704cd5..b6f0dc5 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -420ef513c2c86f1732c3e6afcfb3bdd86ad227f0/parso-0.5.2.tar.gz +0e3f543af9bda84c4204b8df905b6ab468943cdc/parso-0.6.0.tar.gz diff --git a/versions b/versions index cb0c939..a918a2a 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -0.5.2 +0.6.0