Skip to content

Commit

Permalink
v1.7.7005
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Jan 3, 2025
1 parent bdffab5 commit d091d99
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions centos-docker-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
((with ''epelsync'' and ''epelrepo'' you can also take a snapshot
from the fedora epel repos (which do not have real releases)))."""

__copyright__ = "(C) 2024 Guido Draheim"
__copyright__ = "(C) 2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6334"
__version__ = "1.7.7005"

# from __future__ import literal_string_interpolation # PEP498 Python3.6
from typing import Optional, Dict, List, Tuple, Union
Expand Down
4 changes: 2 additions & 2 deletions docker_mirror.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#! /usr/bin/python3
# from __future__ import print_function

__copyright__ = "(C) 2024 Guido Draheim"
__copyright__ = "(C) 2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6334"
__version__ = "1.7.7005"

from collections import OrderedDict, namedtuple
import os.path
Expand Down
4 changes: 2 additions & 2 deletions docker_mirror.tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
(so that "./testsuite.py -v test_107" will run the tests from test_1070 to test_1079).
"""

__copyright__ = "(C) 2018-2024 Guido Draheim"
__copyright__ = "(C) 2018-2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6334"
__version__ = "1.7.7005"

from typing import Union, Optional, List, Dict, cast
import sys
Expand Down
2 changes: 1 addition & 1 deletion dockerdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"""

__copyright__ = """ (c) 2015-2022 Guido Draheim """
__version__ = "1.7.6334"
__version__ = "1.7.7005"
import sys
import re
import os
Expand Down
4 changes: 2 additions & 2 deletions opensuse-docker-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
would be 'mirror.py 7.7 sync repo -v'. If no argument is given
then 'make' the last version = 'sync pull repo test check tags'."""

__copyright__ = "(C) 2024 Guido Draheim"
__copyright__ = "(C) 2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6334"
__version__ = "1.7.7005"

# from __future__ import literal_string_interpolation # PEP498 Python3.6
from typing import Optional, Dict, List, Tuple, Union
Expand Down
4 changes: 2 additions & 2 deletions opensuse-docker-mirror.tests.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /usr/bin/env python3
__copyright__ = "(C) 2024 Guido Draheim"
__copyright__ = "(C) 2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6334"
__version__ = "1.7.7005"

# pylint: disable=unused-import,line-too-long
from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Iterable, cast, NamedTuple
Expand Down
4 changes: 2 additions & 2 deletions scripts/filelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from __future__ import print_function

__copyright__ = "(C) 2018-2024 Guido Draheim"
__copyright__ = "(C) 2018-2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6334"
__version__ = "1.7.7005"

import optparse
import os
Expand Down
4 changes: 2 additions & 2 deletions scripts/mirrorlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from __future__ import print_function

__copyright__ = "(C) 2018-2024 Guido Draheim"
__copyright__ = "(C) 2018-2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6334"
__version__ = "1.7.7005"

import optparse
import os
Expand Down
4 changes: 2 additions & 2 deletions scripts/mirrors.fedoraproject.org.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from __future__ import print_function

__copyright__ = "(C) 2018-2024 Guido Draheim"
__copyright__ = "(C) 2018-2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6334"
__version__ = "1.7.7005"

import optparse
import os
Expand Down
4 changes: 2 additions & 2 deletions scripts/repodata-fix.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#! /usr/bin/python3

__copyright__ = "(C) 2018-2024 Guido Draheim"
__copyright__ = "(C) 2018-2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6334"
__version__ = "1.7.7005"

import xml.dom.minidom as minidom
import os.path as path
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = docker-mirror-packages-repo
version = 1.7.6334
version = 1.7.7005
author = Guido U. Draheim
author_email = Guido.Draheim@gmx.de
license = CC0
Expand Down
4 changes: 2 additions & 2 deletions ubuntu-docker-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
would be 'mirror.py 19.10 sync repo -v'. If no argument is given
then 'make' the last version = 'sync repo test'."""

__copyright__ = "(C) 2024 Guido Draheim"
__copyright__ = "(C) 2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6334"
__version__ = "1.7.7005"

# from __future__ import literal_string_interpolation # PEP498 Python3.6
from typing import Optional, Dict, List, Tuple, Union
Expand Down

0 comments on commit d091d99

Please sign in to comment.