From 09de53b23dc4577ea8f9c0ebb6e086107459a8bd Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 6 Jan 2021 21:46:47 +0200 Subject: [PATCH 01/11] Update slackware mirrors Signed-off-by: Dimitris Zlatanidis --- conf/slackware-mirrors | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/slackware-mirrors b/conf/slackware-mirrors index 2e5bc351..d77cd1c8 100644 --- a/conf/slackware-mirrors +++ b/conf/slackware-mirrors @@ -32,15 +32,16 @@ # ---------------------------------------------------------------------------- # # -# Last Updated: Wed Feb 26 18:54:01 UTC 2020 +# Last Updated: Wed Jan 6 18:54:02 UTC 2021 # Available https mirrors: # +# au https://slackware.mirror.digitalpacific.com.au/ # au https://syd.mirror.rackspace.com/slackware/ # bg https://mirrors.linux-bulgaria.org/slackware/ # bg https://mirrors.netix.net/slackware/ # ca https://mirror.csclub.uwaterloo.ca/slackware/ # ca https://mirror.its.dal.ca/slackware/ -# ca https://slackware.freemirror.org/slackware/ +# cn https://mirrors.bfsu.edu.cn/slackware/ # cr https://mirrors.ucr.ac.cr/slackware/pub/slackware/ # de https://ftp6.gwdg.de/pub/linux/slackware/ # de https://linux.rz.rub.de/slackware/ @@ -57,6 +58,7 @@ # hu https://quantum-mirror.hu/mirrors/pub/slackware/ # id https://iso.ukdw.ac.id/slackware/ # id https://repo.ukdw.ac.id/slackware/ +# it https://slackware.mirror.garr.it/slackware/ # lt https://mirrors.atviras.lt/slackware/ # nl https://ftp.nluug.nl/os/Linux/distr/slackware/ # nl https://mirror.koddos.net/slackware/ @@ -66,9 +68,9 @@ # pt https://ftp.rnl.tecnico.ulisboa.pt/pub/slackware/ # ro https://mirrors.nxthost.com/slackware/ # ru https://mirror.yandex.ru/slackware/ +# sa https://mirror.lyrahosting.com/slackware/ # se https://ftp.acc.umu.se/mirror/slackware.com/ # se https://ftpmirror.infania.net/slackware/ -# se https://mirror.linux.pizza/slackware/ # sk https://mirror.wheel.sk/slackware/ # tw https://ftp.yzu.edu.tw/Linux/Slackware/ # ua https://ifconfig.com.ua/slackware/ @@ -81,6 +83,7 @@ # us https://mirrors.kernel.org/slackware/ # us https://mirrors.syringanetworks.net/slackware/ # us https://mirrors.xmission.com/slackware/ +# us https://plug-mirror.rcac.purdue.edu/slackware/ # us https://slackware.absolutehosting.net/pub/slackware/ # # @@ -113,8 +116,6 @@ # jp http://ftp.riken.jp/Linux/slackware/ # lt http://slackware.laukas.lt # nc http://mirror.lagoon.nc/pub/slackware/ -# nl http://omegageek.noip.me/mirrors/slackware/ -# no http://ftp.slackware.no/slackware/ # nz http://ftp.slackware.org.nz/slackware/ # ph http://mirror.rise.ph/slackware/ # pl http://mirror.onet.pl/pub/mirrors/slackware/ @@ -123,7 +124,6 @@ # tr http://ftp.linux.org.tr/slackware/ # tw http://ftp.isu.edu.tw/pub/Linux/Slackware/ # ua http://slackware.ip-connect.info/ -# us http://ftp.gtlib.gatech.edu/pub/slackware/ # us http://ftp.slackware.com/pub/slackware/ # us http://mirror.cs.princeton.edu/pub/mirrors/slackware/ # us http://mirror.lug.udel.edu/pub/slackware/ From 6bdbf23f1037007803209a99b13294a7889b538a Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 6 Jan 2021 21:47:38 +0200 Subject: [PATCH 02/11] Update changelog file Signed-off-by: Dimitris Zlatanidis --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 08aafd66..5f9746ad 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +3.9.2 - 06/01/2021 +Updated: +- Slackware mirrors + 3.9.1 - 01/01/2021 Updated: - Copyright year From 8acb497c3e05aa12f02d39fbca7bc2ecf660e700 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 6 Jan 2021 21:55:33 +0200 Subject: [PATCH 03/11] Updated dependencies Signed-off-by: Dimitris Zlatanidis --- requirements.txt | 4 ++-- setup.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index cd8f53d8..d75dee88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ # perl 5 language and graph-easy >= 0.75 (drawing dependencies ascii diagram) # python3-pythondialog >= 3.5.0 (Python interface to the UNIX dialog utility) -urllib3 >= 1.25.7 +urllib3 >= 1.26.2 flake8 >= 3.5.0 -pytest >= 5.3.2 \ No newline at end of file +pytest >= 5.3.2 diff --git a/setup.py b/setup.py index c44ddb7a..78d508d0 100755 --- a/setup.py +++ b/setup.py @@ -36,10 +36,10 @@ tests_requires = [ "pytest>=5.3.2" ] install_requires = [ - "urllib3>=1.25.7" + "urllib3>=1.26.2" ] optional_requires = [ - "pythondialog>=3.5.0", + "pythondialog>=3.5.1", "pygraphviz>=1.3.1" ] @@ -99,4 +99,4 @@ setup( "Topic :: System :: Software Distribution", "Topic :: Utilities"], python_requires=">=3.7" -) \ No newline at end of file +) From 7ceceb28cc2c7f471475d14b4d3bbcadeb8b4223 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 6 Jan 2021 22:05:06 +0200 Subject: [PATCH 04/11] Remove testing file Signed-off-by: Dimitris Zlatanidis --- TESTING | 57 --------------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 TESTING diff --git a/TESTING b/TESTING deleted file mode 100644 index f6c449ef..00000000 --- a/TESTING +++ /dev/null @@ -1,57 +0,0 @@ -Slpkg testing log: - -The majority of trials have been made in an environment Slackware x86_64 and x86 stable version -14.1. -Is logical tests are always to be latest versions of the distribution. -Slpkg are supported version 'current' but it is minimal tests have been done on this release. - - -TEST: - -Distribution : Slackware Linux -Release : 14.1 -Version : stable -Arch : x86, x86_64 - --------------------------------- -19-12-2014 -Slackware Arch: x86_64, Version: 14.1 'stable' - -Test to upgrade Slackware Linux Distribution. -Successful upgrade fresh full installation with command 'slpkg -c slack --upgrade' -Total 54 packages upgraded and kernel, after auto-install 'lilo' reinstall successfully so. - --------------------------------- -20-12-2014 -Slackware Arch: x86 Version 14.1 'current' - -Test to upgrade Slackware Linux Distribution. -Successful upgrade fresh full installation with command 'slpkg -c slack --upgrade' -Total 66 packages upgraded and kernel, after auto-install 'lilo' reinstall successfully so. - --------------------------------- -11-2-2015 -Slackware Arch: x86 Version 14.1 'current' - -Test to upgrade fresh installation Slackware Linux Distribution. -Successful upgrade fresh full installation with command 'slpkg -c slack --upgrade' -Total 78 packages upgraded and kernel, after auto-install 'lilo' reinstall successfully so. -https://asciinema.org/a/16289 - --------------------------------- -24-2-2015 -Slackware Arch: x86_64 Version 14.1 'stable' - -Test to upgrade fresh installation Slackware Linux Distribution. -Successful upgrade fresh full installation with command 'slpkg -c slack --upgrade' -Total 62 packages upgraded and kernel, after auto-install 'lilo' reinstall successfully so. -https://asciinema.org/a/16889 - --------------------------------- -04-02-2016 -Slackware Arch: x86 Version 14.2 'current' - -Test to upgrade Slackware Linux Distribution. -Successful upgrade with command 'slpkg -c slack --upgrade skip="slack:kde-l10n*,slack:calligra-l10n*" -Total 42 packages upgraded with kernel and 2 new packages installed. -http://pastebin.com/3gbc77Wj From 0462f7acd4b83cc88190965cf0e3cc304819ffe0 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 16 Jan 2021 22:04:54 +0200 Subject: [PATCH 05/11] Fix typo Signed-off-by: Dimitris Zlatanidis --- slpkg/binary/install.py | 2 +- slpkg/sbo/slackbuild.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slpkg/binary/install.py b/slpkg/binary/install.py index c2f81872..0be42174 100644 --- a/slpkg/binary/install.py +++ b/slpkg/binary/install.py @@ -249,7 +249,7 @@ class BinaryInstall(BlackList, Utils): ins_ver = "0" if parse_version(rep_ver) < parse_version(ins_ver): self.msg.template(78) - print(f"| Package {name} don't downgrade, setting by user") + print(f"| Package {name} dose not downgrade, setting by user") self.msg.template(78) return True diff --git a/slpkg/sbo/slackbuild.py b/slpkg/sbo/slackbuild.py index dcc21623..0ed17685 100644 --- a/slpkg/sbo/slackbuild.py +++ b/slpkg/sbo/slackbuild.py @@ -377,7 +377,7 @@ class SBoInstall(BlackList, Utils): ins_ver = "0" if parse_version(sbo_ver) < parse_version(ins_ver): self.msg.template(78) - print(f"| Package {name} don't downgrade, " + print(f"| Package {name} dose not downgrade, " f"setting by user") self.msg.template(78) return True From 0b44d5635c6dc95def9803a75597da9ed028241a Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 16 Jan 2021 22:16:06 +0200 Subject: [PATCH 06/11] Fix typo Signed-off-by: Dimitris Zlatanidis --- slpkg/binary/install.py | 2 +- slpkg/sbo/slackbuild.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/slpkg/binary/install.py b/slpkg/binary/install.py index 0be42174..b5f0dd6f 100644 --- a/slpkg/binary/install.py +++ b/slpkg/binary/install.py @@ -249,7 +249,7 @@ class BinaryInstall(BlackList, Utils): ins_ver = "0" if parse_version(rep_ver) < parse_version(ins_ver): self.msg.template(78) - print(f"| Package {name} dose not downgrade, setting by user") + print(f"| Package {name} does not downgrade, setting by user") self.msg.template(78) return True diff --git a/slpkg/sbo/slackbuild.py b/slpkg/sbo/slackbuild.py index 0ed17685..d4528fde 100644 --- a/slpkg/sbo/slackbuild.py +++ b/slpkg/sbo/slackbuild.py @@ -377,7 +377,7 @@ class SBoInstall(BlackList, Utils): ins_ver = "0" if parse_version(sbo_ver) < parse_version(ins_ver): self.msg.template(78) - print(f"| Package {name} dose not downgrade, " + print(f"| Package {name} does not downgrade, " f"setting by user") self.msg.template(78) return True From 0e8f16bc991ac60067cc046097ec515cb8905f27 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 6 Feb 2022 18:46:27 +0200 Subject: [PATCH 07/11] Update copyright year Signed-off-by: Dimitris Zlatanidis --- COMMANDS | 1 + ChangeLog.txt | 3 ++- README.md | 2 +- bin/slpkg | 2 +- clean.py | 2 +- conf/custom-repositories | 2 +- conf/default-repositories | 2 +- conf/pkg_security | 2 +- conf/repositories.conf | 2 +- conf/rlworkman.deps | 2 +- conf/slackware-mirrors | 2 +- conf/slpkg.conf | 2 +- install.sh | 2 +- man/slpkg.8 | 2 +- setup.py | 2 +- slackbuild/slpkg.SlackBuild | 2 +- slpkg/__metadata__.py | 2 +- slpkg/arguments.py | 2 +- slpkg/auto_pkg.py | 2 +- slpkg/binary/check.py | 2 +- slpkg/binary/dependency.py | 2 +- slpkg/binary/greps.py | 2 +- slpkg/binary/install.py | 2 +- slpkg/binary/repo_init.py | 2 +- slpkg/binary/search.py | 2 +- slpkg/blacklist.py | 2 +- slpkg/checks.py | 2 +- slpkg/checksum.py | 2 +- slpkg/clean.py | 2 +- slpkg/config.py | 2 +- slpkg/desc.py | 2 +- slpkg/dialog_box.py | 2 +- slpkg/downloader.py | 2 +- slpkg/file_size.py | 2 +- slpkg/graph.py | 2 +- slpkg/grep_md5.py | 2 +- slpkg/health.py | 2 +- slpkg/init.py | 2 +- slpkg/load.py | 2 +- slpkg/log_deps.py | 2 +- slpkg/main.py | 2 +- slpkg/md5sum.py | 2 +- slpkg/messages.py | 2 +- slpkg/new_config.py | 2 +- slpkg/pkg/build.py | 2 +- slpkg/pkg/find.py | 2 +- slpkg/pkg/installed.py | 2 +- slpkg/pkg/manager.py | 2 +- slpkg/pkg_find.py | 2 +- slpkg/remove.py | 2 +- slpkg/repoenable.py | 2 +- slpkg/repoinfo.py | 2 +- slpkg/repolist.py | 2 +- slpkg/repositories.py | 2 +- slpkg/sbo/autobuild.py | 2 +- slpkg/sbo/build_num.py | 2 +- slpkg/sbo/check.py | 2 +- slpkg/sbo/compressed.py | 2 +- slpkg/sbo/dependency.py | 2 +- slpkg/sbo/greps.py | 2 +- slpkg/sbo/network.py | 2 +- slpkg/sbo/queue.py | 2 +- slpkg/sbo/read.py | 2 +- slpkg/sbo/sbo_arch.py | 2 +- slpkg/sbo/search.py | 2 +- slpkg/sbo/slack_find.py | 2 +- slpkg/sbo/slackbuild.py | 2 +- slpkg/security.py | 2 +- slpkg/sizes.py | 2 +- slpkg/slack/mirrors.py | 2 +- slpkg/slack/patches.py | 2 +- slpkg/slack/slack_version.py | 2 +- slpkg/slack/slackware_repo.py | 2 +- slpkg/slpkg_update.py | 2 +- slpkg/splitting.py | 2 +- slpkg/status_deps.py | 2 +- slpkg/superuser.py | 2 +- slpkg/tracking.py | 2 +- slpkg/upgrade_checklist.py | 2 +- slpkg/url_read.py | 2 +- slpkg/utils.py | 2 +- slpkg/version.py | 2 +- 82 files changed, 83 insertions(+), 81 deletions(-) create mode 100644 COMMANDS diff --git a/COMMANDS b/COMMANDS new file mode 100644 index 00000000..f3893e57 --- /dev/null +++ b/COMMANDS @@ -0,0 +1 @@ +sed -i "s/2014-2021/2014-2022/g" {} \; #Update the Copyright year diff --git a/ChangeLog.txt b/ChangeLog.txt index 5f9746ad..4fc6605f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,7 @@ -3.9.2 - 06/01/2021 +3.9.2 - 06/02/2022 Updated: - Slackware mirrors +- Copyright year 3.9.1 - 01/01/2021 Updated: diff --git a/README.md b/README.md index d6a9cda0..c23b69de 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,4 @@ display warning messages, etc. ##### Copyright -Copyright 2014-2021 © Dimitris Zlatanidis. Slackware® is a Registered Trademark of Patrick Volkerding. Linux is a Registered Trademark of Linus Torvalds. +Copyright 2014-2022 © Dimitris Zlatanidis. Slackware® is a Registered Trademark of Patrick Volkerding. Linux is a Registered Trademark of Linus Torvalds. diff --git a/bin/slpkg b/bin/slpkg index e2e424df..07d17997 100755 --- a/bin/slpkg +++ b/bin/slpkg @@ -3,7 +3,7 @@ # slpkg file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/clean.py b/clean.py index b21643e9..359e22fd 100755 --- a/clean.py +++ b/clean.py @@ -3,7 +3,7 @@ # clean.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/conf/custom-repositories b/conf/custom-repositories index 320cbced..f8e64118 100644 --- a/conf/custom-repositories +++ b/conf/custom-repositories @@ -2,7 +2,7 @@ # # custom-repositories file is part of slpkg. # -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # # Slpkg is a user-friendly package manager for Slackware installations. diff --git a/conf/default-repositories b/conf/default-repositories index d9446907..5457fb22 100644 --- a/conf/default-repositories +++ b/conf/default-repositories @@ -2,7 +2,7 @@ # # default-repositories file is part of slpkg. # -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # # Slpkg is a user-friendly package manager for Slackware installations. diff --git a/conf/pkg_security b/conf/pkg_security index 6f2bca02..8d8fd09b 100644 --- a/conf/pkg_security +++ b/conf/pkg_security @@ -2,7 +2,7 @@ # # pkg_security file is part of slpkg. # -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # # Slpkg is a user-friendly package manager for Slackware installations. diff --git a/conf/repositories.conf b/conf/repositories.conf index 26d52ec7..81c47fc0 100644 --- a/conf/repositories.conf +++ b/conf/repositories.conf @@ -2,7 +2,7 @@ # # repositories.conf file is part of slpkg. # -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # # Slpkg is a user-friendly package manager for Slackware installations. diff --git a/conf/rlworkman.deps b/conf/rlworkman.deps index 234b39b7..45f88cbe 100644 --- a/conf/rlworkman.deps +++ b/conf/rlworkman.deps @@ -2,7 +2,7 @@ # # rlworkman.deps file is part of slpkg. # -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # # Slpkg is a user-friendly package manager for Slackware installations. diff --git a/conf/slackware-mirrors b/conf/slackware-mirrors index d77cd1c8..3ff66a5d 100644 --- a/conf/slackware-mirrors +++ b/conf/slackware-mirrors @@ -3,7 +3,7 @@ # # slackware-mirrors file is part of slpkg. # -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # # Slpkg is a user-friendly package manager for Slackware installations. diff --git a/conf/slpkg.conf b/conf/slpkg.conf index 3681a3f7..c457ad5c 100644 --- a/conf/slpkg.conf +++ b/conf/slpkg.conf @@ -2,7 +2,7 @@ # # slpkg.conf file is part of slpkg. # -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # # Slpkg is a user-friendly package manager for Slackware installations. diff --git a/install.sh b/install.sh index 79fc422b..3b263624 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ # install.sh file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # # Redistribution and use of this script, with or without modification, is diff --git a/man/slpkg.8 b/man/slpkg.8 index 976f1bcb..69a224ed 100644 --- a/man/slpkg.8 +++ b/man/slpkg.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.\" Copyright (C) 2014-2021 Dimitris Zlatanidis +.\" Copyright (C) 2014-2022 Dimitris Zlatanidis .\" .\" This program is free software: you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by diff --git a/setup.py b/setup.py index 78d508d0..d0d11ad2 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # setup.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slackbuild/slpkg.SlackBuild b/slackbuild/slpkg.SlackBuild index dfe3b826..f28346cc 100755 --- a/slackbuild/slpkg.SlackBuild +++ b/slackbuild/slpkg.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for slpkg -# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is diff --git a/slpkg/__metadata__.py b/slpkg/__metadata__.py index 9dc6bfea..abe80e7e 100644 --- a/slpkg/__metadata__.py +++ b/slpkg/__metadata__.py @@ -3,7 +3,7 @@ # __metadata__.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/arguments.py b/slpkg/arguments.py index c1ebffe4..c0458cc2 100644 --- a/slpkg/arguments.py +++ b/slpkg/arguments.py @@ -3,7 +3,7 @@ # arguments.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/auto_pkg.py b/slpkg/auto_pkg.py index 87f6ff6b..dbbcb9e7 100644 --- a/slpkg/auto_pkg.py +++ b/slpkg/auto_pkg.py @@ -3,7 +3,7 @@ # auto_pkg.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/binary/check.py b/slpkg/binary/check.py index 22f4e518..5336665d 100644 --- a/slpkg/binary/check.py +++ b/slpkg/binary/check.py @@ -3,7 +3,7 @@ # check.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/binary/dependency.py b/slpkg/binary/dependency.py index defaff1a..1f179af0 100644 --- a/slpkg/binary/dependency.py +++ b/slpkg/binary/dependency.py @@ -3,7 +3,7 @@ # dependency.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/binary/greps.py b/slpkg/binary/greps.py index e4cd06ba..c58664c4 100644 --- a/slpkg/binary/greps.py +++ b/slpkg/binary/greps.py @@ -3,7 +3,7 @@ # greps.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/binary/install.py b/slpkg/binary/install.py index b5f0dd6f..f0030c5a 100644 --- a/slpkg/binary/install.py +++ b/slpkg/binary/install.py @@ -3,7 +3,7 @@ # install.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/binary/repo_init.py b/slpkg/binary/repo_init.py index 571e15b0..1e15ac0e 100644 --- a/slpkg/binary/repo_init.py +++ b/slpkg/binary/repo_init.py @@ -3,7 +3,7 @@ # repo_init.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/binary/search.py b/slpkg/binary/search.py index a3687469..b42379a4 100644 --- a/slpkg/binary/search.py +++ b/slpkg/binary/search.py @@ -3,7 +3,7 @@ # search.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/blacklist.py b/slpkg/blacklist.py index 67512d84..762b3cad 100644 --- a/slpkg/blacklist.py +++ b/slpkg/blacklist.py @@ -3,7 +3,7 @@ # blacklist.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/checks.py b/slpkg/checks.py index 6d869865..71cd862d 100644 --- a/slpkg/checks.py +++ b/slpkg/checks.py @@ -3,7 +3,7 @@ # checks.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/checksum.py b/slpkg/checksum.py index 02649d0a..7367c4c9 100644 --- a/slpkg/checksum.py +++ b/slpkg/checksum.py @@ -3,7 +3,7 @@ # checksum.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/clean.py b/slpkg/clean.py index 33459911..ec493e7c 100644 --- a/slpkg/clean.py +++ b/slpkg/clean.py @@ -3,7 +3,7 @@ # clean.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/config.py b/slpkg/config.py index 52035dce..30c1f880 100644 --- a/slpkg/config.py +++ b/slpkg/config.py @@ -3,7 +3,7 @@ # config.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/desc.py b/slpkg/desc.py index 448b4c4a..8c81afa9 100644 --- a/slpkg/desc.py +++ b/slpkg/desc.py @@ -3,7 +3,7 @@ # desc.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/dialog_box.py b/slpkg/dialog_box.py index d202d283..ce9507bc 100644 --- a/slpkg/dialog_box.py +++ b/slpkg/dialog_box.py @@ -3,7 +3,7 @@ # dialog_box.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/downloader.py b/slpkg/downloader.py index bfd8824c..db0b2653 100644 --- a/slpkg/downloader.py +++ b/slpkg/downloader.py @@ -3,7 +3,7 @@ # downloader.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/file_size.py b/slpkg/file_size.py index 37944726..314b6695 100644 --- a/slpkg/file_size.py +++ b/slpkg/file_size.py @@ -3,7 +3,7 @@ # file_size.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/graph.py b/slpkg/graph.py index fdd4e92c..efa2b752 100644 --- a/slpkg/graph.py +++ b/slpkg/graph.py @@ -3,7 +3,7 @@ # graph.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/grep_md5.py b/slpkg/grep_md5.py index 6debc573..9f387b30 100644 --- a/slpkg/grep_md5.py +++ b/slpkg/grep_md5.py @@ -3,7 +3,7 @@ # grep_md5.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/health.py b/slpkg/health.py index 2bda12da..a1356931 100644 --- a/slpkg/health.py +++ b/slpkg/health.py @@ -3,7 +3,7 @@ # health.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/init.py b/slpkg/init.py index 03232c73..572c5243 100644 --- a/slpkg/init.py +++ b/slpkg/init.py @@ -3,7 +3,7 @@ # init.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/load.py b/slpkg/load.py index 00c94168..65f8e455 100644 --- a/slpkg/load.py +++ b/slpkg/load.py @@ -3,7 +3,7 @@ # load.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/log_deps.py b/slpkg/log_deps.py index 7c60bb2d..482d3118 100644 --- a/slpkg/log_deps.py +++ b/slpkg/log_deps.py @@ -3,7 +3,7 @@ # log_deps.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/main.py b/slpkg/main.py index dca068c1..cb268327 100644 --- a/slpkg/main.py +++ b/slpkg/main.py @@ -3,7 +3,7 @@ # main.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/md5sum.py b/slpkg/md5sum.py index c226e890..101694ff 100644 --- a/slpkg/md5sum.py +++ b/slpkg/md5sum.py @@ -3,7 +3,7 @@ # md5sum.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/messages.py b/slpkg/messages.py index cfda5d75..48fc2e97 100644 --- a/slpkg/messages.py +++ b/slpkg/messages.py @@ -3,7 +3,7 @@ # messages.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/new_config.py b/slpkg/new_config.py index c38e4eb1..074c94ba 100644 --- a/slpkg/new_config.py +++ b/slpkg/new_config.py @@ -3,7 +3,7 @@ # new_config.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/pkg/build.py b/slpkg/pkg/build.py index f3b7f64c..411a4ff1 100644 --- a/slpkg/pkg/build.py +++ b/slpkg/pkg/build.py @@ -3,7 +3,7 @@ # build.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/pkg/find.py b/slpkg/pkg/find.py index 9d76f256..b5d074f7 100644 --- a/slpkg/pkg/find.py +++ b/slpkg/pkg/find.py @@ -3,7 +3,7 @@ # find.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/pkg/installed.py b/slpkg/pkg/installed.py index ef8f1fa1..591cdb60 100644 --- a/slpkg/pkg/installed.py +++ b/slpkg/pkg/installed.py @@ -3,7 +3,7 @@ # installed.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/pkg/manager.py b/slpkg/pkg/manager.py index 2c7112f3..60e02e73 100644 --- a/slpkg/pkg/manager.py +++ b/slpkg/pkg/manager.py @@ -3,7 +3,7 @@ # manager.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/pkg_find.py b/slpkg/pkg_find.py index 6b4adf53..93ef36ce 100644 --- a/slpkg/pkg_find.py +++ b/slpkg/pkg_find.py @@ -3,7 +3,7 @@ # pkg_find.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/remove.py b/slpkg/remove.py index b836f899..3f9d22df 100644 --- a/slpkg/remove.py +++ b/slpkg/remove.py @@ -3,7 +3,7 @@ # remove.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/repoenable.py b/slpkg/repoenable.py index bd18229f..fc66bc62 100644 --- a/slpkg/repoenable.py +++ b/slpkg/repoenable.py @@ -3,7 +3,7 @@ # repoenable.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/repoinfo.py b/slpkg/repoinfo.py index 0b63d11e..00baeee0 100644 --- a/slpkg/repoinfo.py +++ b/slpkg/repoinfo.py @@ -3,7 +3,7 @@ # repoinfo.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/repolist.py b/slpkg/repolist.py index 3350b2b5..449fd383 100644 --- a/slpkg/repolist.py +++ b/slpkg/repolist.py @@ -3,7 +3,7 @@ # repolist.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/repositories.py b/slpkg/repositories.py index 94d6dc80..0f65b8fb 100644 --- a/slpkg/repositories.py +++ b/slpkg/repositories.py @@ -3,7 +3,7 @@ # repositories.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/autobuild.py b/slpkg/sbo/autobuild.py index e672aabd..250c8656 100644 --- a/slpkg/sbo/autobuild.py +++ b/slpkg/sbo/autobuild.py @@ -3,7 +3,7 @@ # autobuild.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/build_num.py b/slpkg/sbo/build_num.py index 52d7ebb6..94ba9fc5 100644 --- a/slpkg/sbo/build_num.py +++ b/slpkg/sbo/build_num.py @@ -3,7 +3,7 @@ # build_num.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/check.py b/slpkg/sbo/check.py index b4a44403..d26a04dd 100644 --- a/slpkg/sbo/check.py +++ b/slpkg/sbo/check.py @@ -3,7 +3,7 @@ # check.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/compressed.py b/slpkg/sbo/compressed.py index 58c6cfa5..4f5ce454 100644 --- a/slpkg/sbo/compressed.py +++ b/slpkg/sbo/compressed.py @@ -3,7 +3,7 @@ # download.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/dependency.py b/slpkg/sbo/dependency.py index 16e09ca1..b8c51138 100644 --- a/slpkg/sbo/dependency.py +++ b/slpkg/sbo/dependency.py @@ -3,7 +3,7 @@ # dependency.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/greps.py b/slpkg/sbo/greps.py index 7da386ff..f7b4be56 100644 --- a/slpkg/sbo/greps.py +++ b/slpkg/sbo/greps.py @@ -3,7 +3,7 @@ # greps.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/network.py b/slpkg/sbo/network.py index fcecf2f7..36c4ea43 100644 --- a/slpkg/sbo/network.py +++ b/slpkg/sbo/network.py @@ -3,7 +3,7 @@ # network.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/queue.py b/slpkg/sbo/queue.py index fb2a8e77..0bd3cf60 100644 --- a/slpkg/sbo/queue.py +++ b/slpkg/sbo/queue.py @@ -3,7 +3,7 @@ # queue.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/read.py b/slpkg/sbo/read.py index d7417dc5..9109e699 100644 --- a/slpkg/sbo/read.py +++ b/slpkg/sbo/read.py @@ -3,7 +3,7 @@ # read.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/sbo_arch.py b/slpkg/sbo/sbo_arch.py index 7af59a4c..d2937857 100644 --- a/slpkg/sbo/sbo_arch.py +++ b/slpkg/sbo/sbo_arch.py @@ -3,7 +3,7 @@ # sbo_arch.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/search.py b/slpkg/sbo/search.py index 8cc498be..a39b918d 100644 --- a/slpkg/sbo/search.py +++ b/slpkg/sbo/search.py @@ -3,7 +3,7 @@ # search.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/slack_find.py b/slpkg/sbo/slack_find.py index 8fc8e16e..8d1fcf6d 100644 --- a/slpkg/sbo/slack_find.py +++ b/slpkg/sbo/slack_find.py @@ -3,7 +3,7 @@ # slack_find.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sbo/slackbuild.py b/slpkg/sbo/slackbuild.py index d4528fde..b0af0164 100644 --- a/slpkg/sbo/slackbuild.py +++ b/slpkg/sbo/slackbuild.py @@ -3,7 +3,7 @@ # slackbuild.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/security.py b/slpkg/security.py index b2ad514a..5eb066bd 100644 --- a/slpkg/security.py +++ b/slpkg/security.py @@ -3,7 +3,7 @@ # security.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/sizes.py b/slpkg/sizes.py index 5acfdf8a..54914350 100644 --- a/slpkg/sizes.py +++ b/slpkg/sizes.py @@ -3,7 +3,7 @@ # sizes.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/slack/mirrors.py b/slpkg/slack/mirrors.py index 1925d524..f9e3d475 100644 --- a/slpkg/slack/mirrors.py +++ b/slpkg/slack/mirrors.py @@ -3,7 +3,7 @@ # mirrors.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/slack/patches.py b/slpkg/slack/patches.py index 78e481e7..67da7571 100644 --- a/slpkg/slack/patches.py +++ b/slpkg/slack/patches.py @@ -3,7 +3,7 @@ # patches.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/slack/slack_version.py b/slpkg/slack/slack_version.py index 9d6cc608..dc3e7ea3 100644 --- a/slpkg/slack/slack_version.py +++ b/slpkg/slack/slack_version.py @@ -3,7 +3,7 @@ # slack_version.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/slack/slackware_repo.py b/slpkg/slack/slackware_repo.py index 9cb93862..4c27820b 100644 --- a/slpkg/slack/slackware_repo.py +++ b/slpkg/slack/slackware_repo.py @@ -3,7 +3,7 @@ # slackware_repo.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/slpkg_update.py b/slpkg/slpkg_update.py index e8153e81..60745e1b 100644 --- a/slpkg/slpkg_update.py +++ b/slpkg/slpkg_update.py @@ -3,7 +3,7 @@ # slpkg_update.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/splitting.py b/slpkg/splitting.py index 15377d4c..b6e4e255 100644 --- a/slpkg/splitting.py +++ b/slpkg/splitting.py @@ -3,7 +3,7 @@ # splitting.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/status_deps.py b/slpkg/status_deps.py index 3c5300e7..f06e032f 100644 --- a/slpkg/status_deps.py +++ b/slpkg/status_deps.py @@ -3,7 +3,7 @@ # status_deps.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/superuser.py b/slpkg/superuser.py index 2064a393..a0be8269 100644 --- a/slpkg/superuser.py +++ b/slpkg/superuser.py @@ -3,7 +3,7 @@ # superuser.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/tracking.py b/slpkg/tracking.py index 0c975b03..f7bafa6b 100644 --- a/slpkg/tracking.py +++ b/slpkg/tracking.py @@ -3,7 +3,7 @@ # tracking.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/upgrade_checklist.py b/slpkg/upgrade_checklist.py index 25276dff..ab9b15e5 100644 --- a/slpkg/upgrade_checklist.py +++ b/slpkg/upgrade_checklist.py @@ -3,7 +3,7 @@ # upgrade_checklist.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/url_read.py b/slpkg/url_read.py index a412f058..385774bf 100644 --- a/slpkg/url_read.py +++ b/slpkg/url_read.py @@ -3,7 +3,7 @@ # url_read.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/utils.py b/slpkg/utils.py index 6f5b161a..39e33ed5 100644 --- a/slpkg/utils.py +++ b/slpkg/utils.py @@ -3,7 +3,7 @@ # utils.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations diff --git a/slpkg/version.py b/slpkg/version.py index 76e29d0e..6bcd049d 100644 --- a/slpkg/version.py +++ b/slpkg/version.py @@ -3,7 +3,7 @@ # version.py file is part of slpkg. -# Copyright 2014-2021 Dimitris Zlatanidis +# Copyright 2014-2022 Dimitris Zlatanidis # All rights reserved. # Slpkg is a user-friendly package manager for Slackware installations From e23fc4638c5195b56a780f5d397a0482a99da1ba Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 6 Feb 2022 18:55:32 +0200 Subject: [PATCH 08/11] Update version and mirrors Signed-off-by: Dimitris Zlatanidis --- README.md | 2 +- conf/slackware-mirrors | 201 +++++++++++++++++++++-------------------- slpkg/__metadata__.py | 5 +- 3 files changed, 106 insertions(+), 102 deletions(-) diff --git a/README.md b/README.md index c23b69de..26400577 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# slpkg 3.9.1 +# slpkg 3.9.2 Slpkg is a powerful software package manager that installs, updates, and removes packages on [Slackware](http://www.slackware.com/) based systems. It automatically computes dependencies and diff --git a/conf/slackware-mirrors b/conf/slackware-mirrors index 3ff66a5d..596f03da 100644 --- a/conf/slackware-mirrors +++ b/conf/slackware-mirrors @@ -32,104 +32,107 @@ # ---------------------------------------------------------------------------- # # -# Last Updated: Wed Jan 6 18:54:02 UTC 2021 +# st Updated: Sun Feb 6 15:54:02 UTC 2022 +# # Available https mirrors: -# -# au https://slackware.mirror.digitalpacific.com.au/ -# au https://syd.mirror.rackspace.com/slackware/ -# bg https://mirrors.linux-bulgaria.org/slackware/ -# bg https://mirrors.netix.net/slackware/ -# ca https://mirror.csclub.uwaterloo.ca/slackware/ -# ca https://mirror.its.dal.ca/slackware/ -# cn https://mirrors.bfsu.edu.cn/slackware/ -# cr https://mirrors.ucr.ac.cr/slackware/pub/slackware/ -# de https://ftp6.gwdg.de/pub/linux/slackware/ -# de https://linux.rz.rub.de/slackware/ -# de https://mirror.de.leaseweb.net/slackware/ -# de https://mirror.netcologne.de/slackware/ -# dk https://mirrors.dotsrc.org/slackware/ -# ec https://mirror.cedia.org.ec/slackware/ -# gb https://lon.mirror.rackspace.com/slackware/ -# gb https://mirror.bytemark.co.uk/slackware/ -# gb https://www.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/ -# gr https://ftp.cc.uoc.gr/mirrors/linux/slackware/ -# hk https://hkg.mirror.rackspace.com/slackware/ -# hk https://mirror-hk.koddos.net/slackware/ -# hu https://quantum-mirror.hu/mirrors/pub/slackware/ -# id https://iso.ukdw.ac.id/slackware/ -# id https://repo.ukdw.ac.id/slackware/ -# it https://slackware.mirror.garr.it/slackware/ -# lt https://mirrors.atviras.lt/slackware/ -# nl https://ftp.nluug.nl/os/Linux/distr/slackware/ -# nl https://mirror.koddos.net/slackware/ -# nl https://mirror.nl.leaseweb.net/slackware/ -# pl https://ftp.slackware.pl/pub/slackware/ -# pl https://sunsite.icm.edu.pl/pub/Linux/slackware/ -# pt https://ftp.rnl.tecnico.ulisboa.pt/pub/slackware/ -# ro https://mirrors.nxthost.com/slackware/ -# ru https://mirror.yandex.ru/slackware/ -# sa https://mirror.lyrahosting.com/slackware/ -# se https://ftp.acc.umu.se/mirror/slackware.com/ -# se https://ftpmirror.infania.net/slackware/ -# sk https://mirror.wheel.sk/slackware/ -# tw https://ftp.yzu.edu.tw/Linux/Slackware/ -# ua https://ifconfig.com.ua/slackware/ -# ua https://mirrors.nix.org.ua/linux/slackware/ -# us https://dfw.mirror.rackspace.com/slackware/ -# us https://ftp.ussg.indiana.edu/linux/slackware/ -# us https://mirror.math.princeton.edu/pub/slackware/ -# us https://mirror.slackbuilds.org/slackware/ -# us https://mirror.us.leaseweb.net/slackware/ -# us https://mirrors.kernel.org/slackware/ -# us https://mirrors.syringanetworks.net/slackware/ -# us https://mirrors.xmission.com/slackware/ -# us https://plug-mirror.rcac.purdue.edu/slackware/ -# us https://slackware.absolutehosting.net/pub/slackware/ -# -# -# +# +# ar https://mirrors.eze.sysarmy.com/slackware/ +# ar https://slackware.zero.com.ar/slackware/ +# au https://slackware.mirror.digitalpacific.com.au/ +# au https://syd.mirror.rackspace.com/slackware/ +# bg https://mirror.telepoint.bg/slackware/ +# bg https://mirrors.linux-bulgaria.org/slackware/ +# bg https://mirrors.netix.net/slackware/ +# br https://slackjeff.com.br/slackware/ +# ca https://mirror.csclub.uwaterloo.ca/slackware/ +# ca https://mirror.its.dal.ca/slackware/ +# cn https://mirrors.bfsu.edu.cn/slackware/ +# cr https://mirrors.ucr.ac.cr/slackware/ +# de https://ftp6.gwdg.de/pub/linux/slackware/ +# de https://linux.rz.rub.de/slackware/ +# de https://mirror.de.leaseweb.net/slackware/ +# de https://mirror.netcologne.de/slackware/ +# dk https://mirrors.dotsrc.org/slackware/ +# ec https://mirror.cedia.org.ec/slackware/ +# gb https://lon.mirror.rackspace.com/slackware/ +# gb https://mirror.bytemark.co.uk/slackware/ +# gb https://www.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/ +# gr https://ftp.cc.uoc.gr/mirrors/linux/slackware/ +# hk https://hkg.mirror.rackspace.com/slackware/ +# hkg https://mirror-hk.koddos.net/slackware/ +# hu https://quantum-mirror.hu/mirrors/pub/slackware/ +# id https://iso.ukdw.ac.id/slackware/ +# id https://repo.ukdw.ac.id/slackware/ +# its https://slackware.mirror.garr.it/slackware/ +# lt https://mirrors.atviras.lt/slackware/ +# md https://mirror.ihost.md/slackware/ +# nc https://mirror.lagoon.nc/slackware/ +# nl https://ftp.nluug.nl/os/Linux/distr/slackware/ +# nl https://mirror.koddos.net/slackware/ +# nl https://mirror.nl.leaseweb.net/slackware/ +# pl https://ftp.slackware.pl/pub/slackware/ +# pl https://sunsite.icm.edu.pl/pub/Linux/slackware/ +# pt https://ftp.rnl.tecnico.ulisboa.pt/pub/slackware/ +# ro https://mirrors.nxthost.com/slackware/ +# rub https://mirror.yandex.ru/slackware/ +# sa https://mirror.lyrahosting.com/slackware/ +# se https://ftp.acc.umu.se/mirror/slackware.com/ +# se https://ftpmirror.infania.net/slackware/ +# sk https://mirror.wheel.sk/slackware/ +# tw https://ftp.yzu.edu.tw/Linux/Slackware/ +# ua https://ifconfig.com.ua/slackware/ +# ua https://mirrors.nix.org.ua/linux/slackware/ +# us https://dfw.mirror.rackspace.com/slackware/ +# us https://ftp.ussg.indiana.edu/linux/slackware/ +# ussg https://mirror.cs.princeton.edu/pub/mirrors/slackware/ +# ussg https://mirror.slackbuilds.org/slackware/ +# ussg https://mirrors.kernel.org/slackware/ +# ussg https://mirrors.syringanetworks.net/slackware/ +# ussg https://mirrors.xmission.com/slackware/ +# ussg https://plug-mirror.rcac.purdue.edu/slackware/ +# ussg https://slackware.absolutehosting.net/pub/slackware/ +# +# # Available http mirrors: -# -# au http://ftp.swin.edu.au/slackware/ -# au http://mirror.as24220.net/pub/slackware/slackware64-14.2/ -# au http://mirror.internode.on.net/pub/slackware/ -# bg http://mirrors.slackware.bg/slackware/ -# bg http://mirrors.unixsol.org/slackware/ -# bg http://slackware.telecoms.bg/slackware/ -# br http://ftp.slackware-brasil.com.br/ -# br http://linorg.usp.br/slackware/ -# by http://mirror.datacenter.by/pub/slackware/ -# cz http://ftp.linux.cz/pub/linux/slackware/ -# de http://download.dlackware.com/slackware/ -# de http://ftp.tu-chemnitz.de/pub/linux/slackware/ -# de http://mirrors.nav.ro/slackware/ -# fr http://bear.alienbase.nl/mirrors/slackware/ -# fr http://nephtys.lip6.fr/pub/linux/distributions/slackware/ -# fr http://nephtys.lip6.fr/pub/linux/distributions/slackware/ -# fr http://slackware.mirrors.ovh.net/ftp.slackware.com/ -# gb http://slackware.uk/slackware/ -# gr http://ftp.ntua.gr/pub/linux/slackware/ -# gr http://ftp.otenet.gr/linux/slackware/ -# hr http://mirror.slackware.hr/slackware/ -# jp http://ftp.kddilabs.jp/Linux/distributions/Slackware/ -# jp http://ftp.nara.wide.ad.jp/pub/Linux/slackware/ -# jp http://ftp.riken.jp/Linux/slackware/ -# lt http://slackware.laukas.lt -# nc http://mirror.lagoon.nc/pub/slackware/ -# nz http://ftp.slackware.org.nz/slackware/ -# ph http://mirror.rise.ph/slackware/ -# pl http://mirror.onet.pl/pub/mirrors/slackware/ -# ru http://slackware.tsu.ru/slackware/ -# sg http://download.nus.edu.sg/mirror/slackware/ -# tr http://ftp.linux.org.tr/slackware/ -# tw http://ftp.isu.edu.tw/pub/Linux/Slackware/ -# ua http://slackware.ip-connect.info/ -# us http://ftp.slackware.com/pub/slackware/ -# us http://mirror.cs.princeton.edu/pub/mirrors/slackware/ -# us http://mirror.lug.udel.edu/pub/slackware/ -# us http://slackblog.com/slackware/ -# us http://slackware.cs.utah.edu/pub/slackware/ -# us http://slackware.mirrors.tds.net/pub/slackware/ -# za http://ftp.is.co.za/mirror/ftp.slackware.com/pub/ -# za http://ftp.wa.co.za/pub/slackware/ -# za http://slackware.mirror.ac.za/ +# +# au http://ftp.cc.swin.edu.au/slackware/ +# au http://ftp.swin.edu.au/slackware/ +# au http://mirror.as24220.net/pub/slackware/slackware64-14.2/ +# au http://mirror.internode.on.net/pub/slackware/ +# bg http://mirrors.slackware.bg/slackware/ +# bg http://mirrors.unixsol.org/slackware/ +# bg http://slackware.telecoms.bg/slackware/ +# br http://ftp.slackware-brasil.com.br/ +# br http://linorg.usp.br/slackware/ +# bytemark http://mirror.datacenter.by/pub/slackware/ +# cz http://ftp.linux.cz/pub/linux/slackware/ +# de http://download.dlackware.com/slackware/ +# de http://ftp.tu-chemnitz.de/pub/linux/slackware/ +# de http://mirrors.nav.ro/slackware/ +# fr http://nephtys.lip6.fr/pub/linux/distributions/slackware/ +# fr http://nephtys.lip6.fr/pub/linux/distributions/slackware/ +# fr http://slackware.mirrors.ovh.net/ftp.slackware.com/ +# gb http://slackware.uk/slackware/ +# gr http://ftp.ntua.gr/pub/linux/slackware/ +# hr http://mirror.slackware.hr/slackware/ +# jp http://ftp.nara.wide.ad.jp/pub/Linux/slackware/ +# jp http://ftp.riken.jp/Linux/slackware/ +# lt http://slackware.laukas.lt +# mc http://slackware.qontinuum.space/slackware/ +# nl http://bear.alienbase.nl/mirrors/slackware/ +# nz http://ftp.slackware.org.nz/slackware/ +# ph http://mirror.rise.ph/slackware/ +# plug http://mirror.onet.pl/pub/mirrors/slackware/ +# ru http://slackware.tsu.ru/slackware/ +# sg http://download.nus.edu.sg/mirror/slackware/ +# tr http://ftp.linux.org.tr/slackware/ +# tw http://ftp.isu.edu.tw/pub/Linux/Slackware/ +# ua http://slackware.ip-connect.info/ +# usp http://ftp.slackware.com/pub/slackware/ +# usp http://mirror.lug.udel.edu/pub/slackware/ +# usp http://slackblog.com/slackware/ +# usp http://slackware.cs.utah.edu/pub/slackware/ +# usp http://slackware.mirrors.tds.net/pub/slackware/ +# za http://ftp.is.co.za/mirror/ftp.slackware.com/pub/ +# za http://ftp.wa.co.za/pub/slackware/ +# za http://slackware.mirror.ac.za/ diff --git a/slpkg/__metadata__.py b/slpkg/__metadata__.py index abe80e7e..fa0d3b51 100644 --- a/slpkg/__metadata__.py +++ b/slpkg/__metadata__.py @@ -76,7 +76,7 @@ class MetaData: __all__ = "slpkg" __author__ = "dslackw" - __version_info__ = (3, 9, 1) + __version_info__ = (3, 9, 2) __version__ = "{0}.{1}.{2}".format(*__version_info__) __license__ = "GNU General Public License v3 (GPLv3)" __email__ = "d.zlatanidis@gmail.com" @@ -191,7 +191,8 @@ class MetaData: mles_sub_repo = grab_sub_repo(repositories, "mles") # remove no default repositories - repositories = list(remove_repositories(repositories, default_repositories)) + repositories = list(remove_repositories(repositories, + default_repositories)) # add custom repositories update_repositories(repositories, conf_path) From 84b36ff46b89865d07b161121804f255e8a7001e Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 6 Feb 2022 19:01:02 +0200 Subject: [PATCH 09/11] Remove spaces Signed-off-by: Dimitris Zlatanidis --- COMMANDS | 4 +- conf/slackware-mirrors | 202 ++++++++++++++++++++--------------------- 2 files changed, 104 insertions(+), 102 deletions(-) diff --git a/COMMANDS b/COMMANDS index f3893e57..ed7f28ec 100644 --- a/COMMANDS +++ b/COMMANDS @@ -1 +1,3 @@ -sed -i "s/2014-2021/2014-2022/g" {} \; #Update the Copyright year +sed -i "s/2014-2021/2014-2022/g" {} \; #Update the Copyright year +sed -i 's/^/# /' slackware-mirrors #Add first char (#) per line +sed -i 's/ *$//' slackware-mirrors #Remove space the end of line diff --git a/conf/slackware-mirrors b/conf/slackware-mirrors index 596f03da..255e2263 100644 --- a/conf/slackware-mirrors +++ b/conf/slackware-mirrors @@ -33,106 +33,106 @@ # # # st Updated: Sun Feb 6 15:54:02 UTC 2022 -# +# # Available https mirrors: -# -# ar https://mirrors.eze.sysarmy.com/slackware/ -# ar https://slackware.zero.com.ar/slackware/ -# au https://slackware.mirror.digitalpacific.com.au/ -# au https://syd.mirror.rackspace.com/slackware/ -# bg https://mirror.telepoint.bg/slackware/ -# bg https://mirrors.linux-bulgaria.org/slackware/ -# bg https://mirrors.netix.net/slackware/ -# br https://slackjeff.com.br/slackware/ -# ca https://mirror.csclub.uwaterloo.ca/slackware/ -# ca https://mirror.its.dal.ca/slackware/ -# cn https://mirrors.bfsu.edu.cn/slackware/ -# cr https://mirrors.ucr.ac.cr/slackware/ -# de https://ftp6.gwdg.de/pub/linux/slackware/ -# de https://linux.rz.rub.de/slackware/ -# de https://mirror.de.leaseweb.net/slackware/ -# de https://mirror.netcologne.de/slackware/ -# dk https://mirrors.dotsrc.org/slackware/ -# ec https://mirror.cedia.org.ec/slackware/ -# gb https://lon.mirror.rackspace.com/slackware/ -# gb https://mirror.bytemark.co.uk/slackware/ -# gb https://www.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/ -# gr https://ftp.cc.uoc.gr/mirrors/linux/slackware/ -# hk https://hkg.mirror.rackspace.com/slackware/ -# hkg https://mirror-hk.koddos.net/slackware/ -# hu https://quantum-mirror.hu/mirrors/pub/slackware/ -# id https://iso.ukdw.ac.id/slackware/ -# id https://repo.ukdw.ac.id/slackware/ -# its https://slackware.mirror.garr.it/slackware/ -# lt https://mirrors.atviras.lt/slackware/ -# md https://mirror.ihost.md/slackware/ -# nc https://mirror.lagoon.nc/slackware/ -# nl https://ftp.nluug.nl/os/Linux/distr/slackware/ -# nl https://mirror.koddos.net/slackware/ -# nl https://mirror.nl.leaseweb.net/slackware/ -# pl https://ftp.slackware.pl/pub/slackware/ -# pl https://sunsite.icm.edu.pl/pub/Linux/slackware/ -# pt https://ftp.rnl.tecnico.ulisboa.pt/pub/slackware/ -# ro https://mirrors.nxthost.com/slackware/ -# rub https://mirror.yandex.ru/slackware/ -# sa https://mirror.lyrahosting.com/slackware/ -# se https://ftp.acc.umu.se/mirror/slackware.com/ -# se https://ftpmirror.infania.net/slackware/ -# sk https://mirror.wheel.sk/slackware/ -# tw https://ftp.yzu.edu.tw/Linux/Slackware/ -# ua https://ifconfig.com.ua/slackware/ -# ua https://mirrors.nix.org.ua/linux/slackware/ -# us https://dfw.mirror.rackspace.com/slackware/ -# us https://ftp.ussg.indiana.edu/linux/slackware/ -# ussg https://mirror.cs.princeton.edu/pub/mirrors/slackware/ -# ussg https://mirror.slackbuilds.org/slackware/ -# ussg https://mirrors.kernel.org/slackware/ -# ussg https://mirrors.syringanetworks.net/slackware/ -# ussg https://mirrors.xmission.com/slackware/ -# ussg https://plug-mirror.rcac.purdue.edu/slackware/ -# ussg https://slackware.absolutehosting.net/pub/slackware/ -# -# +# +# ar https://mirrors.eze.sysarmy.com/slackware/ +# ar https://slackware.zero.com.ar/slackware/ +# au https://slackware.mirror.digitalpacific.com.au/ +# au https://syd.mirror.rackspace.com/slackware/ +# bg https://mirror.telepoint.bg/slackware/ +# bg https://mirrors.linux-bulgaria.org/slackware/ +# bg https://mirrors.netix.net/slackware/ +# br https://slackjeff.com.br/slackware/ +# ca https://mirror.csclub.uwaterloo.ca/slackware/ +# ca https://mirror.its.dal.ca/slackware/ +# cn https://mirrors.bfsu.edu.cn/slackware/ +# cr https://mirrors.ucr.ac.cr/slackware/ +# de https://ftp6.gwdg.de/pub/linux/slackware/ +# de https://linux.rz.rub.de/slackware/ +# de https://mirror.de.leaseweb.net/slackware/ +# de https://mirror.netcologne.de/slackware/ +# dk https://mirrors.dotsrc.org/slackware/ +# ec https://mirror.cedia.org.ec/slackware/ +# gb https://lon.mirror.rackspace.com/slackware/ +# gb https://mirror.bytemark.co.uk/slackware/ +# gb https://www.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/ +# gr https://ftp.cc.uoc.gr/mirrors/linux/slackware/ +# hk https://hkg.mirror.rackspace.com/slackware/ +# hkg https://mirror-hk.koddos.net/slackware/ +# hu https://quantum-mirror.hu/mirrors/pub/slackware/ +# id https://iso.ukdw.ac.id/slackware/ +# id https://repo.ukdw.ac.id/slackware/ +# its https://slackware.mirror.garr.it/slackware/ +# lt https://mirrors.atviras.lt/slackware/ +# md https://mirror.ihost.md/slackware/ +# nc https://mirror.lagoon.nc/slackware/ +# nl https://ftp.nluug.nl/os/Linux/distr/slackware/ +# nl https://mirror.koddos.net/slackware/ +# nl https://mirror.nl.leaseweb.net/slackware/ +# pl https://ftp.slackware.pl/pub/slackware/ +# pl https://sunsite.icm.edu.pl/pub/Linux/slackware/ +# pt https://ftp.rnl.tecnico.ulisboa.pt/pub/slackware/ +# ro https://mirrors.nxthost.com/slackware/ +# rub https://mirror.yandex.ru/slackware/ +# sa https://mirror.lyrahosting.com/slackware/ +# se https://ftp.acc.umu.se/mirror/slackware.com/ +# se https://ftpmirror.infania.net/slackware/ +# sk https://mirror.wheel.sk/slackware/ +# tw https://ftp.yzu.edu.tw/Linux/Slackware/ +# ua https://ifconfig.com.ua/slackware/ +# ua https://mirrors.nix.org.ua/linux/slackware/ +# us https://dfw.mirror.rackspace.com/slackware/ +# us https://ftp.ussg.indiana.edu/linux/slackware/ +# ussg https://mirror.cs.princeton.edu/pub/mirrors/slackware/ +# ussg https://mirror.slackbuilds.org/slackware/ +# ussg https://mirrors.kernel.org/slackware/ +# ussg https://mirrors.syringanetworks.net/slackware/ +# ussg https://mirrors.xmission.com/slackware/ +# ussg https://plug-mirror.rcac.purdue.edu/slackware/ +# ussg https://slackware.absolutehosting.net/pub/slackware/ +# +# # Available http mirrors: -# -# au http://ftp.cc.swin.edu.au/slackware/ -# au http://ftp.swin.edu.au/slackware/ -# au http://mirror.as24220.net/pub/slackware/slackware64-14.2/ -# au http://mirror.internode.on.net/pub/slackware/ -# bg http://mirrors.slackware.bg/slackware/ -# bg http://mirrors.unixsol.org/slackware/ -# bg http://slackware.telecoms.bg/slackware/ -# br http://ftp.slackware-brasil.com.br/ -# br http://linorg.usp.br/slackware/ -# bytemark http://mirror.datacenter.by/pub/slackware/ -# cz http://ftp.linux.cz/pub/linux/slackware/ -# de http://download.dlackware.com/slackware/ -# de http://ftp.tu-chemnitz.de/pub/linux/slackware/ -# de http://mirrors.nav.ro/slackware/ -# fr http://nephtys.lip6.fr/pub/linux/distributions/slackware/ -# fr http://nephtys.lip6.fr/pub/linux/distributions/slackware/ -# fr http://slackware.mirrors.ovh.net/ftp.slackware.com/ -# gb http://slackware.uk/slackware/ -# gr http://ftp.ntua.gr/pub/linux/slackware/ -# hr http://mirror.slackware.hr/slackware/ -# jp http://ftp.nara.wide.ad.jp/pub/Linux/slackware/ -# jp http://ftp.riken.jp/Linux/slackware/ -# lt http://slackware.laukas.lt -# mc http://slackware.qontinuum.space/slackware/ -# nl http://bear.alienbase.nl/mirrors/slackware/ -# nz http://ftp.slackware.org.nz/slackware/ -# ph http://mirror.rise.ph/slackware/ -# plug http://mirror.onet.pl/pub/mirrors/slackware/ -# ru http://slackware.tsu.ru/slackware/ -# sg http://download.nus.edu.sg/mirror/slackware/ -# tr http://ftp.linux.org.tr/slackware/ -# tw http://ftp.isu.edu.tw/pub/Linux/Slackware/ -# ua http://slackware.ip-connect.info/ -# usp http://ftp.slackware.com/pub/slackware/ -# usp http://mirror.lug.udel.edu/pub/slackware/ -# usp http://slackblog.com/slackware/ -# usp http://slackware.cs.utah.edu/pub/slackware/ -# usp http://slackware.mirrors.tds.net/pub/slackware/ -# za http://ftp.is.co.za/mirror/ftp.slackware.com/pub/ -# za http://ftp.wa.co.za/pub/slackware/ -# za http://slackware.mirror.ac.za/ +# +# au http://ftp.cc.swin.edu.au/slackware/ +# au http://ftp.swin.edu.au/slackware/ +# au http://mirror.as24220.net/pub/slackware/slackware64-14.2/ +# au http://mirror.internode.on.net/pub/slackware/ +# bg http://mirrors.slackware.bg/slackware/ +# bg http://mirrors.unixsol.org/slackware/ +# bg http://slackware.telecoms.bg/slackware/ +# br http://ftp.slackware-brasil.com.br/ +# br http://linorg.usp.br/slackware/ +# bytemark http://mirror.datacenter.by/pub/slackware/ +# cz http://ftp.linux.cz/pub/linux/slackware/ +# de http://download.dlackware.com/slackware/ +# de http://ftp.tu-chemnitz.de/pub/linux/slackware/ +# de http://mirrors.nav.ro/slackware/ +# fr http://nephtys.lip6.fr/pub/linux/distributions/slackware/ +# fr http://nephtys.lip6.fr/pub/linux/distributions/slackware/ +# fr http://slackware.mirrors.ovh.net/ftp.slackware.com/ +# gb http://slackware.uk/slackware/ +# gr http://ftp.ntua.gr/pub/linux/slackware/ +# hr http://mirror.slackware.hr/slackware/ +# jp http://ftp.nara.wide.ad.jp/pub/Linux/slackware/ +# jp http://ftp.riken.jp/Linux/slackware/ +# lt http://slackware.laukas.lt +# mc http://slackware.qontinuum.space/slackware/ +# nl http://bear.alienbase.nl/mirrors/slackware/ +# nz http://ftp.slackware.org.nz/slackware/ +# ph http://mirror.rise.ph/slackware/ +# plug http://mirror.onet.pl/pub/mirrors/slackware/ +# ru http://slackware.tsu.ru/slackware/ +# sg http://download.nus.edu.sg/mirror/slackware/ +# tr http://ftp.linux.org.tr/slackware/ +# tw http://ftp.isu.edu.tw/pub/Linux/Slackware/ +# ua http://slackware.ip-connect.info/ +# usp http://ftp.slackware.com/pub/slackware/ +# usp http://mirror.lug.udel.edu/pub/slackware/ +# usp http://slackblog.com/slackware/ +# usp http://slackware.cs.utah.edu/pub/slackware/ +# usp http://slackware.mirrors.tds.net/pub/slackware/ +# za http://ftp.is.co.za/mirror/ftp.slackware.com/pub/ +# za http://ftp.wa.co.za/pub/slackware/ +# za http://slackware.mirror.ac.za/ From 09f806c3837bceb2aeff71595cf164ea6acf0af8 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 6 Feb 2022 19:23:35 +0200 Subject: [PATCH 10/11] Removed urllib3 as a dependency Signed-off-by: Dimitris Zlatanidis --- ChangeLog.txt | 1 + requirements.txt | 6 ++---- setup.py | 4 +--- slackbuild/README | 4 ---- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 4fc6605f..c54750cb 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,7 @@ Updated: - Slackware mirrors - Copyright year +- urllib3 removed as a dependency it's part of Slackware now 3.9.1 - 01/01/2021 Updated: diff --git a/requirements.txt b/requirements.txt index d75dee88..74db8801 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,5 @@ # pygraphviz >= 1.3.1 (drawing dependencies diagram) # perl 5 language and graph-easy >= 0.75 (drawing dependencies ascii diagram) # python3-pythondialog >= 3.5.0 (Python interface to the UNIX dialog utility) - -urllib3 >= 1.26.2 -flake8 >= 3.5.0 -pytest >= 5.3.2 +# flake8 >= 3.5.0 +# pytest >= 5.3.2 diff --git a/setup.py b/setup.py index d0d11ad2..445e1ccb 100755 --- a/setup.py +++ b/setup.py @@ -35,9 +35,7 @@ docs_requires = [] tests_requires = [ "pytest>=5.3.2" ] -install_requires = [ - "urllib3>=1.26.2" -] +install_requires = [] optional_requires = [ "pythondialog>=3.5.1", "pygraphviz>=1.3.1" diff --git a/slackbuild/README b/slackbuild/README index c0f6b174..ef10d2b7 100644 --- a/slackbuild/README +++ b/slackbuild/README @@ -4,10 +4,6 @@ computes dependencies and figures out what things should occur to install packages. Slpkg makes it easier to maintain groups of machines without having to manually update. -Hard dependencies: - python3, python-urllib3 - - Optional dependencies: python3-pythondialog (for dialog box interface) pygraphviz (for drawing dependencies diagram) From 7c97624edd0cc8808c929d52f6fe3b1c9434a987 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 7 Feb 2022 19:45:54 +0200 Subject: [PATCH 11/11] Fix typo & align the comments Signed-off-by: Dimitris Zlatanidis --- COMMANDS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/COMMANDS b/COMMANDS index ed7f28ec..ec31ff47 100644 --- a/COMMANDS +++ b/COMMANDS @@ -1,3 +1,3 @@ -sed -i "s/2014-2021/2014-2022/g" {} \; #Update the Copyright year -sed -i 's/^/# /' slackware-mirrors #Add first char (#) per line -sed -i 's/ *$//' slackware-mirrors #Remove space the end of line +sed -i "s/2014-2021/2014-2022/g" {} \; # Update the Copyright year +sed -i 's/^/# /' slackware-mirrors # Add first char (#) per line +sed -i 's/ *$//' slackware-mirrors # Remove spaces the end of line