Skip to content

Commit 0f97f79

Browse files
authored
Merge pull request #894 from hippo91/astroid_2.5_test
Astroid 2.5 test
2 parents 6189473 + 636d0f5 commit 0f97f79

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+93
-28
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
astroid's ChangeLog
33
===================
44

5-
What's New in astroid 2.5.0?
5+
What's New in astroid 2.5?
66
============================
7-
Release Date: TBA
7+
Release Date: 2021-02-15
88

99
* Adds `attr_fset` in the `PropertyModel` class.
1010

astroid/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Copyright (c) 2016 Moises Lopez <[email protected]>
88
# Copyright (c) 2018 Bryce Guinta <[email protected]>
99
# Copyright (c) 2019 Nick Drozd <[email protected]>
10+
# Copyright (c) 2020 hippo91 <[email protected]>
1011

1112
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1213
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

astroid/__pkginfo__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# Copyright (c) 2018 Bryce Guinta <[email protected]>
1515
# Copyright (c) 2019 Uilian Ries <[email protected]>
1616
# Copyright (c) 2019 Thomas Hisch <[email protected]>
17+
# Copyright (c) 2020 David Gilman <[email protected]>
18+
# Copyright (c) 2020 hippo91 <[email protected]>
1719
# Copyright (c) 2020 Konrad Weihmann <[email protected]>
1820
# Copyright (c) 2020 Felix Mölder <[email protected]>
1921
# Copyright (c) 2020 Michael <[email protected]>
@@ -23,7 +25,7 @@
2325

2426
"""astroid packaging information"""
2527

26-
version = "2.5.0"
28+
version = "2.5"
2729
numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit())
2830

2931
extras_require = {}

astroid/brain/brain_builtin_inference.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2014-2020 Claudiu Popa <[email protected]>
2+
# Copyright (c) 2014-2021 Claudiu Popa <[email protected]>
33
# Copyright (c) 2014-2015 LOGILAB S.A. (Paris, FRANCE) <[email protected]>
44
# Copyright (c) 2015-2016 Ceridwen <[email protected]>
55
# Copyright (c) 2015 Rene Zhang <[email protected]>
@@ -9,6 +9,8 @@
99
# Copyright (c) 2019 Stanislav Levin <[email protected]>
1010
# Copyright (c) 2019 David Liu <[email protected]>
1111
# Copyright (c) 2019 Frédéric Chapoton <[email protected]>
12+
# Copyright (c) 2020 David Gilman <[email protected]>
13+
# Copyright (c) 2020 hippo91 <[email protected]>
1214
# Copyright (c) 2020 Ram Rachum <[email protected]>
1315

1416
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html

astroid/brain/brain_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright (c) 2017 Derek Gustafson <[email protected]>
55
# Copyright (c) 2018 Ioana Tagirta <[email protected]>
66
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
7-
# Copyright (c) 2021 Julien Palard <[email protected]>
7+
# Copyright (c) 2020-2021 hippo91 <[email protected]>
88

99
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1010
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

astroid/brain/brain_dateutil.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) 2015-2016, 2018, 2020 Claudiu Popa <[email protected]>
22
# Copyright (c) 2015 raylu <[email protected]>
33
# Copyright (c) 2016 Ceridwen <[email protected]>
4+
# Copyright (c) 2020 hippo91 <[email protected]>
45

56
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
67
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

astroid/brain/brain_fstrings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2017-2018, 2020 Claudiu Popa <[email protected]>
2+
# Copyright (c) 2020 hippo91 <[email protected]>
23
# Copyright (c) 2020 Karthikeyan Singaravelan <[email protected]>
34

45
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html

astroid/brain/brain_gi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Copyright (c) 2016 Giuseppe Scrivano <[email protected]>
1010
# Copyright (c) 2018 Christoph Reiter <[email protected]>
1111
# Copyright (c) 2019 Philipp Hörist <[email protected]>
12+
# Copyright (c) 2020 hippo91 <[email protected]>
1213

1314
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
1415
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

astroid/brain/brain_hashlib.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Copyright (c) 2018 David Poirier <[email protected]>
33
# Copyright (c) 2018 wgehalo <[email protected]>
44
# Copyright (c) 2018 Ioana Tagirta <[email protected]>
5+
# Copyright (c) 2020 David Gilman <[email protected]>
6+
# Copyright (c) 2020 hippo91 <[email protected]>
57

68
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
79
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

astroid/brain/brain_http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2019-2020 Claudiu Popa <[email protected]>
2+
# Copyright (c) 2020 hippo91 <[email protected]>
23

34
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
45
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER

0 commit comments

Comments
 (0)