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

Commit 8946900

Browse files
fenrus75djklimes
authored andcommitted
astroid: Autospec creation for update from version 2.2.0 to version 2.2.1
Claudiu Popa (4): Make sure to infer the arguments to the `slice()` builtin Open up 2.2.1 and add changelog entry for the slice() fix Correctly instantiate exception instances when inferring their attributes with objectmodel Prepare 2.2.1 What's New in astroid 2.2.1? ============================ Release Date: 2019-03-02 * Make sure to infer the arguments to the `slice()` builtin Close pylint-dev/pylint#2770 * Correctly instantiate exception instances when inferring their attributes with objectmodel Close pylint-dev/pylint#2776
1 parent 7977545 commit 8946900

File tree

6 files changed

+23
-10
lines changed

6 files changed

+23
-10
lines changed

ChangeLog

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
astroid's ChangeLog
33
===================
44

5+
What's New in astroid 2.2.1?
6+
============================
7+
Release Date: 2019-03-02
8+
9+
* Make sure to infer the arguments to the `slice()` builtin
10+
11+
Close PyCQA/pylint#2770
12+
13+
* Correctly instantiate exception instances when inferring their attributes with objectmodel
14+
15+
Close PyCQA/pylint#2776
16+
17+
518
What's New in astroid 2.2.0?
619
============================
720
Release Date: 2019-02-27

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := astroid
2-
URL = https://files.pythonhosted.org/packages/d9/58/db3782004794def270407e616f55b3f4e7c886c6f54d0defba0e1f05787f/astroid-2.2.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/06/2f/b152dd8fcec46bf05a24ec352676f10ff42a84ffc4955fddab06bdddf55f/astroid-2.2.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

astroid.spec

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : astroid
6-
Version : 2.2.0
7-
Release : 72
8-
URL : https://files.pythonhosted.org/packages/d9/58/db3782004794def270407e616f55b3f4e7c886c6f54d0defba0e1f05787f/astroid-2.2.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/d9/58/db3782004794def270407e616f55b3f4e7c886c6f54d0defba0e1f05787f/astroid-2.2.0.tar.gz
6+
Version : 2.2.1
7+
Release : 73
8+
URL : https://files.pythonhosted.org/packages/06/2f/b152dd8fcec46bf05a24ec352676f10ff42a84ffc4955fddab06bdddf55f/astroid-2.2.1.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/06/2f/b152dd8fcec46bf05a24ec352676f10ff42a84ffc4955fddab06bdddf55f/astroid-2.2.1.tar.gz
1010
Summary : a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others
1111
Group : Development/Tools
1212
License : GPL-2.0 LGPL-2.1
@@ -58,14 +58,14 @@ python3 components for the astroid package.
5858

5959

6060
%prep
61-
%setup -q -n astroid-2.2.0
61+
%setup -q -n astroid-2.2.1
6262

6363
%build
6464
export http_proxy=http://127.0.0.1:9/
6565
export https_proxy=http://127.0.0.1:9/
6666
export no_proxy=localhost,127.0.0.1,0.0.0.0
6767
export LANG=C
68-
export SOURCE_DATE_EPOCH=1551283799
68+
export SOURCE_DATE_EPOCH=1551537444
6969
export MAKEFLAGS=%{?_smp_mflags}
7070
python3 setup.py build
7171

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = astroid
3-
url = https://files.pythonhosted.org/packages/d9/58/db3782004794def270407e616f55b3f4e7c886c6f54d0defba0e1f05787f/astroid-2.2.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/06/2f/b152dd8fcec46bf05a24ec352676f10ff42a84ffc4955fddab06bdddf55f/astroid-2.2.1.tar.gz
44
archives =
55
giturl = https://github.com/PyCQA/astroid.git
66

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
72
1+
73

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
67e8dc3eb009c24e0c9ab375845f74be2c5c119a/astroid-2.2.0.tar.gz
1+
8d905e49860178c95271c3de0f4306532dbc25dc/astroid-2.2.1.tar.gz

0 commit comments

Comments
 (0)