Skip to content

Commit

Permalink
Update release and copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Jan 6, 2021
1 parent 3ed90cf commit f69e95d
Show file tree
Hide file tree
Showing 23 changed files with 33 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
CHANGELOG
*********

`v2.1.1`_ (2021-01-06)
======================
* Fix for issue #32 (test failure on missing locale setting)
* Extend tests for XPath 1.0 with minor fixes

`v2.1.0`_ (2021-01-05)
======================
* Create custom class hierarchy for XPath nodes that replaces named-tuples
Expand Down Expand Up @@ -267,3 +272,4 @@ CHANGELOG
.. _v2.0.4: https://github.com/sissaschool/elementpath/compare/v2.0.3...v2.0.4
.. _v2.0.5: https://github.com/sissaschool/elementpath/compare/v2.0.4...v2.0.5
.. _v2.1.0: https://github.com/sissaschool/elementpath/compare/v2.0.5...v2.1.0
.. _v2.1.1: https://github.com/sissaschool/elementpath/compare/v2.1.0...v2.1.1
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c), 2018-2020, SISSA (Scuola Internazionale Superiore di Studi Avanzati)
Copyright (c), 2018-2021, SISSA (Scuola Internazionale Superiore di Studi Avanzati)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# The short X.Y version
version = '2.1'
# The full version, including alpha/beta/rc tags
release = '2.1.0'
release = '2.1.1'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions elementpath/__init__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
# distribution, or http://opensource.org/licenses/MIT.
#
# @author Davide Brunato <brunato@sissa.it>
#
__version__ = '2.1.0'
__version__ = '2.1.1'
__author__ = "Davide Brunato"
__contact__ = "brunato@sissa.it"
__copyright__ = "Copyright 2018-2020, SISSA"
__copyright__ = "Copyright 2018-2021, SISSA"
__license__ = "MIT"
__status__ = "Production/Stable"

Expand Down
2 changes: 1 addition & 1 deletion elementpath/xpath1/xpath1_axes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion elementpath/xpath1/xpath1_functions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion elementpath/xpath1/xpath1_parser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion elementpath/xpath2/xpath2_constructors.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion elementpath/xpath2/xpath2_functions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion elementpath/xpath2/xpath2_parser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion elementpath/xpath_context.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion elementpath/xpath_nodes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion elementpath/xpath_token.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publiccodeYmlVersion: '0.2'
name: elementpath
url: 'https://github.com/sissaschool/elementpath'
landingURL: 'https://github.com/sissaschool/elementpath'
releaseDate: '2020-01-05'
softwareVersion: v2.1.0
releaseDate: '2020-01-06'
softwareVersion: v2.1.1
developmentStatus: stable
platforms:
- linux
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand All @@ -15,7 +15,7 @@

setup(
name='elementpath',
version='2.1.0',
version='2.1.1',
packages=find_packages(include=['elementpath', 'elementpath.*']),
author='Davide Brunato',
author_email='brunato@sissa.it',
Expand Down
2 changes: 1 addition & 1 deletion tests/execute_w3c_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xpath1_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
3 changes: 2 additions & 1 deletion tests/test_xpath2_constructors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down Expand Up @@ -657,6 +657,7 @@ def test_notation_constructor(self):
'no constructor function exists for xs:NOTATION')
self.wrong_name('"A120" castable as xs:NOTATION', 'XPST0080')


@unittest.skipIf(lxml_etree is None, "The lxml library is not installed")
class LxmlXPath2ConstructorsTest(XPath2ConstructorsTest):
etree = lxml_etree
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xpath2_functions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xpath2_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xpath_context.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xpath_nodes.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xpath_token.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright (c), 2018-2020, SISSA (International School for Advanced Studies).
# Copyright (c), 2018-2021, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.
# See the file 'LICENSE' in the root directory of the present
Expand Down

0 comments on commit f69e95d

Please sign in to comment.