summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2020-05-11 13:38:51 -0400
committerEli Collins <elic@assurancetechnologies.com>2020-05-11 13:38:51 -0400
commitbb950c97309c1237eea6498ede612670bb1eb6b2 (patch)
tree237c45a78f03d7b3fd0113a710c4e0b6f183fc73
parenta3de9d3cbb8cdda114afb9765eef76f0c113ee1a (diff)
downloadpasslib-bb950c97309c1237eea6498ede612670bb1eb6b2.tar.gz
docs: updated some urls, styling tweaks, bumped copyright year
-rw-r--r--LICENSE2
-rw-r--r--README5
-rw-r--r--docs/history/1.7.rst6
-rw-r--r--docs/index.rst13
-rw-r--r--docs/install.rst8
-rw-r--r--setup.py2
6 files changed, 26 insertions, 10 deletions
diff --git a/LICENSE b/LICENSE
index 00170b5..48c0f72 100644
--- a/LICENSE
+++ b/LICENSE
@@ -17,7 +17,7 @@ Passlib is (c) `Assurance Technologies <http://www.assurancetechnologies.com>`_,
and is released under the `BSD license <http://www.opensource.org/licenses/bsd-license.php>`_::
Passlib
- Copyright (c) 2008-2019 Assurance Technologies, LLC.
+ Copyright (c) 2008-2020 Assurance Technologies, LLC.
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/README b/README
index dbea51c..abd701f 100644
--- a/README
+++ b/README
@@ -49,14 +49,13 @@ This example barely touches on the range of features available.
Online Resources
================
-* Homepage - https://foss.heptapod.net/python-libs/passlib
-* Documentation - https://passlib.readthedocs.io
+* Latest Docs - https://passlib.readthedocs.io
+* Latest News - https://foss.heptapod.net/python-libs/passlib/wikis/home
* Mailing list - https://groups.google.com/group/passlib-users
* Downloads - https://pypi.python.org/pypi/passlib
* Source - https://foss.heptapod.net/python-libs/passlib
* Issues - https://foss.heptapod.net/python-libs/passlib/issues
-* Roadmap - https://foss.heptapod.net/python-libs/passlib/wikis/roadmap
Source
=========
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index b39677c..5dd63a5 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -12,7 +12,11 @@ This release rolls up assorted bug & compatibility fixes since 1.7.2.
Administrative Changes
----------------------
-* **Passlib has moved to Heptapod!**
+.. rst-class:: without-title
+
+.. note::
+
+ **Passlib has moved to Heptapod!**
Due to BitBucket deprecating Mercurial support, Passlib's public repository and issue tracker
has been relocated. It's now located at `<https://foss.heptapod.net/python-libs/passlib>`_,
diff --git a/docs/index.rst b/docs/index.rst
index aa99fa1..8a6eaa8 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -21,9 +21,9 @@ Passlib |release| documentation
.. rst-class:: without-title
-.. caution::
+.. note::
- **2020-05-01: Passlib has moved to Heptapod!**
+ **2020-05-01: Passlib's public repositiory has moved to Heptapod!**
Due to BitBucket deprecating Mercurial support, Passlib's public repository and issue tracker
has been relocated. It's now located at `<https://foss.heptapod.net/python-libs/passlib>`_,
@@ -64,6 +64,10 @@ Getting Started
This documentation is organized into two main parts:
a narrative walkthrough of Passlib, and a top-down API reference.
+:doc:`install`
+
+ See this page for system requirements & installation instructions.
+
:doc:`narr/index`
New users in particular will want to visit the walkthrough, as it provides
@@ -89,8 +93,9 @@ Online Resources
=================== ===================================================
Latest Docs: `<https://passlib.readthedocs.io>`_
- Project Home: `<https://foss.heptapod.net/python-libs/passlib>`_
- News & Discussion: `<https://groups.google.com/group/passlib-users>`_
+ Latest News: `<https://foss.heptapod.net/python-libs/passlib/wikis/home>`_
+ Public Repo: `<https://foss.heptapod.net/python-libs/passlib>`_
+ Mailing List: `<https://groups.google.com/group/passlib-users>`_
Downloads @ PyPI: `<https://pypi.python.org/pypi/passlib>`_
=================== ===================================================
diff --git a/docs/install.rst b/docs/install.rst
index 43d25fc..848ee90 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -92,6 +92,14 @@ Optional Libraries
Installation Instructions
=========================
+
+.. rst-class:: float-right without-title
+
+.. caution::
+
+ All PyPI releases are signed with the gpg key
+ `4D8592DF4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.
+
To install from PyPi using :command:`pip`::
pip install passlib
diff --git a/setup.py b/setup.py
index 1cd530f..5310d4f 100644
--- a/setup.py
+++ b/setup.py
@@ -80,7 +80,7 @@ providing full-strength password hashing for multi-user applications.
* See the `documentation <https://passlib.readthedocs.io>`_
for details, installation instructions, and examples.
-* See the `homepage <https://foss.heptapod.net/python-libs/passlib>`_
+* See the `homepage <https://foss.heptapod.net/python-libs/passlib/wikis/home>`_
for the latest news and more information.
* See the `changelog <https://passlib.readthedocs.io/en/stable/history>`_