From 81d93ebcd236c6023fac3a74cad8801669da2b5e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 25 May 2018 10:37:52 +0300 Subject: [PATCH] Upgrade: http://phdru.name -> https://phdru.name --- ANNOUNCE | 6 +++--- INSTALL.txt | 6 +++--- TODO | 2 +- devscripts/README.html | 2 +- devscripts/requirements/requirements.txt | 2 +- mimedecode.docbook | 4 ++-- setup.cfg | 2 +- setup.py | 10 +++++----- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 5ef3cc2..005789e 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -44,9 +44,9 @@ Version 2.8.0 (2017-11-03) WHERE TO GET - Home page: http://phdru.name/Software/Python/#mimedecode + Home page: https://phdru.name/Software/Python/#mimedecode git clone https://github.com/phdru/mimedecode.git - git clone http://git.phdru.name/mimedecode.git + git clone https://git.phdru.name/mimedecode.git git clone git://git.phdru.name/mimedecode.git Requires: Python 2.7 or Python 3.3+, m_lib.defenc 1.0+. @@ -54,7 +54,7 @@ WHERE TO GET Recommends: configured mailcap database. - Documentation: http://phdru.name/Software/Python/mimedecode.html + Documentation: https://phdru.name/Software/Python/mimedecode.html (also included in the package in html, man and txt formats). diff --git a/INSTALL.txt b/INSTALL.txt index f79edca..2d95213 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -9,15 +9,15 @@ Installation using pip: System-wide: - sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ mimedecode + sudo pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ mimedecode User mode: - pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --user mimedecode + pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ --user mimedecode Virtual envs: - pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ mimedecode + pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ mimedecode Installation from sources: diff --git a/TODO b/TODO index 4c15933..8f6df9e 100644 --- a/TODO +++ b/TODO @@ -13,7 +13,7 @@ Release 3.0. Replace getopt with argparse. -Move mimedecode to http://phdru.name/Software/Python/mimedecode/ . +Move mimedecode to https://phdru.name/Software/Python/mimedecode/ . Release 3.1. diff --git a/devscripts/README.html b/devscripts/README.html index 646c970..c993773 100644 --- a/devscripts/README.html +++ b/devscripts/README.html @@ -1,2 +1,2 @@ -MIME decode - +MIME decode - a program to decode MIME messages. diff --git a/devscripts/requirements/requirements.txt b/devscripts/requirements/requirements.txt index 2e1bf47..c057e97 100644 --- a/devscripts/requirements/requirements.txt +++ b/devscripts/requirements/requirements.txt @@ -1,5 +1,5 @@ --trusted-host phdru.name ---find-links=http://phdru.name/Software/Python/ +--find-links=https://phdru.name/Software/Python/ --install-option=-O2 m_lib.defenc>=1.0 diff --git a/mimedecode.docbook b/mimedecode.docbook index df8a944..29d081d 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -156,7 +156,7 @@ to find a way to convert the body to plain text (can be prevented with options -Bbei). (The author has no idea how mailcap can be configured on OSes other than POSIX, please don't ask; users can consult an example at - http://phdru.name/Software/dotfiles/mailcap.html). + https://phdru.name/Software/dotfiles/mailcap.html). The decoding process uses the first copiousoutput filter it can find. If there are no filters the body just passed as is. @@ -642,7 +642,7 @@ cat input_file | mimedecode -o output_file SEE ALSO mimedecode home page: - http://phdru.name/Software/Python/#mimedecode + https://phdru.name/Software/Python/#mimedecode diff --git a/setup.cfg b/setup.cfg index 56a3566..8c77598 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [easy_install] -find_links = http://phdru.name/Software/Python/ +find_links = https://phdru.name/Software/Python/ optimize = 2 [egg_info] diff --git a/setup.py b/setup.py index bd33a25..df87004 100755 --- a/setup.py +++ b/setup.py @@ -16,14 +16,14 @@ setup( long_description_content_type="text/plain", author="Oleg Broytman", author_email="phd@phdru.name", - url="http://phdru.name/Software/Python/#mimedecode", + url="https://phdru.name/Software/Python/#mimedecode", project_urls={ - 'Homepage': 'http://phdru.name/Software/Python/#mimedecode', - 'Documentation': 'http://phdru.name/Software/Python/mimedecode.html', + 'Homepage': 'https://phdru.name/Software/Python/#mimedecode', + 'Documentation': 'https://phdru.name/Software/Python/mimedecode.html', 'Download': - 'http://phdru.name/Software/Python/' + 'https://phdru.name/Software/Python/' 'mimedecode-%s.tar.bz2' % mimedecode_version.__version__, - 'Git repo': 'http://git.phdru.name/mimedecode.git', + 'Git repo': 'https://git.phdru.name/mimedecode.git', 'Github repo': 'https://github.com/phdru/mimedecode', 'Issue tracker': 'https://github.com/phdru/mimedecode/issues', }, -- 2.39.2