Skip to content

Commit

Permalink
v1.7.7007
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Jan 5, 2025
1 parent b8be0b6 commit db6b722
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion centos-docker-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__copyright__ = "(C) 2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.7005"
__version__ = "1.7.7007"

# from __future__ import literal_string_interpolation # PEP498 Python3.6
from typing import Optional, Dict, List, Tuple, Union
Expand Down
2 changes: 1 addition & 1 deletion docker_mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "(C) 2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.7005"
__version__ = "1.7.7007"

from collections import OrderedDict, namedtuple
import os.path
Expand Down
2 changes: 1 addition & 1 deletion docker_mirror.tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__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.7005"
__version__ = "1.7.7007"

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.7005"
__version__ = "1.7.7007"
import sys
import re
import os
Expand Down
2 changes: 1 addition & 1 deletion opensuse-docker-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__copyright__ = "(C) 2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.7005"
__version__ = "1.7.7007"

# from __future__ import literal_string_interpolation # PEP498 Python3.6
from typing import Optional, Dict, List, Union
Expand Down
2 changes: 1 addition & 1 deletion opensuse-docker-mirror.tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__copyright__ = "(C) 2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.7005"
__version__ = "1.7.7007"

# pylint: disable=unused-import,line-too-long
from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Iterable, cast, NamedTuple
Expand Down
2 changes: 1 addition & 1 deletion scripts/filelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__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.7005"
__version__ = "1.7.7007"

import optparse
import os
Expand Down
2 changes: 1 addition & 1 deletion scripts/mirrorlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__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.7005"
__version__ = "1.7.7007"

import optparse
import os
Expand Down
2 changes: 1 addition & 1 deletion scripts/mirrors.fedoraproject.org.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__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.7005"
__version__ = "1.7.7007"

import optparse
import os
Expand Down
2 changes: 1 addition & 1 deletion scripts/repodata-fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__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.7005"
__version__ = "1.7.7007"

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.7005
version = 1.7.7007
author = Guido U. Draheim
author_email = Guido.Draheim@gmx.de
license = CC0
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-docker-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__copyright__ = "(C) 2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.7005"
__version__ = "1.7.7007"

# from __future__ import literal_string_interpolation # PEP498 Python3.6
from typing import Optional, Dict, List, Tuple, Union
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-docker-mirror.tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__copyright__ = "(C) 2025 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.7005"
__version__ = "1.7.7007"

# pylint: disable=unused-import,line-too-long
from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Iterable, cast, NamedTuple
Expand Down

0 comments on commit db6b722

Please sign in to comment.