Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
parso: Autospec creation for update from version 0.5.2 to version 0.6.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fenrus75 committed Jan 27, 2020
1 parent 3ac7494 commit ee9ecc5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
20 changes: 10 additions & 10 deletions parso.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 || :
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
34
35
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
420ef513c2c86f1732c3e6afcfb3bdd86ad227f0/parso-0.5.2.tar.gz
0e3f543af9bda84c4204b8df905b6ab468943cdc/parso-0.6.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.6.0

0 comments on commit ee9ecc5

Please sign in to comment.