Skip to content

Commit

Permalink
Updated copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Mar 21, 2019
1 parent 6959900 commit 33dce3e
Show file tree
Hide file tree
Showing 26 changed files with 47 additions and 41 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
Release History
---------------

1.8.2 (2018-07-02)
1.8.2 (2019-03-21)
++++++++++++++++++

**Features and Improvements**

- Documnetation updates.
- Added support for write-many to modify_metadata.

**Bugfixes**

- Fixed bug in ``ia tasks --task-id`` where no task was being returned.
- Fixed bug in ``internetarchive.get_tasks()`` where it was not possible to query by ``task_id``.
- Fixed TypeError bug in upload when uploading with checksum=True.

1.8.1 (2018-06-28)
++++++++++++++++++
Expand Down
6 changes: 3 additions & 3 deletions internetarchive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down Expand Up @@ -30,7 +30,7 @@
>>> item.exists
True
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""

Expand All @@ -40,7 +40,7 @@
__version__ = '1.8.2.dev1'
__author__ = 'Jacob M. Johnson'
__license__ = 'AGPL 3'
__copyright__ = 'Copyright (C) 2012-2017 Internet Archive'
__copyright__ = 'Copyright (C) 2012-2019 Internet Archive'

from internetarchive.item import Item
from internetarchive.files import File
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -23,7 +23,7 @@
This module implements the Internetarchive API.
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
from __future__ import absolute_import
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -23,7 +23,7 @@
This module contains the Archive.org authentication handlers for Requests.
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
from requests.auth import AuthBase
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -23,7 +23,7 @@
This module contains objects for interacting with the Archive.org catalog.
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
from __future__ import absolute_import
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -21,7 +21,7 @@
internetarchive.cli
~~~~~~~~~~~~~~~~~~~
:copyright: (C) 2012-2016 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
from internetarchive.cli import ia, ia_configure, ia_delete, ia_download, ia_list, \
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/cli/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -21,7 +21,7 @@
internetarchive.cli.argparser
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: (C) 2012-2016 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/cli/ia.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/cli/ia_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/cli/ia_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/cli/ia_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/cli/ia_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/cli/ia_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/cli/ia_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/cli/ia_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/cli/ia_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/cli/ia_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/cli/ia_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2016 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -21,7 +21,7 @@
internetarchive.config
~~~~~~~~~~~~~~~~~~~~~~
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
from __future__ import absolute_import
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -21,7 +21,7 @@
internetarchive.exceptions
~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""

Expand Down
4 changes: 2 additions & 2 deletions internetarchive/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -21,7 +21,7 @@
internetarchive.files
~~~~~~~~~~~~~~~~~~~~~
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
from __future__ import absolute_import, unicode_literals, print_function
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/iarequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -21,7 +21,7 @@
internetarchive.iarequest
~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
from __future__ import absolute_import
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -21,7 +21,7 @@
internetarchive.item
~~~~~~~~~~~~~~~~~~~~
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
from __future__ import absolute_import, unicode_literals, print_function
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -24,7 +24,7 @@
This module provides objects for interacting with the Archive.org
search engine.
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
from __future__ import absolute_import, unicode_literals
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -24,7 +24,7 @@
This module provides an ArchiveSession object to manage and persist
settings across the internetarchive package.
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
from __future__ import absolute_import, unicode_literals
Expand Down
4 changes: 2 additions & 2 deletions internetarchive/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The internetarchive module is a Python/CLI interface to Archive.org.
#
# Copyright (C) 2012-2017 Internet Archive
# Copyright (C) 2012-2019 Internet Archive
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -23,7 +23,7 @@
This module provides utility functions for the internetarchive library.
:copyright: (C) 2012-2017 by Internet Archive.
:copyright: (C) 2012-2019 by Internet Archive.
:license: AGPL 3, see LICENSE for more details.
"""
import hashlib
Expand Down

0 comments on commit 33dce3e

Please sign in to comment.