Hugo
a8b7efc776
Drop support for EOL Python 3.3
2018-05-07 22:29:36 +03:00
Matthew Planchard
f7c665ccce
Updated Version to 1.2.2dev0
2017-11-29 19:24:42 -06:00
Matthew Planchard
420491a1c1
Prep for v1.2.1 release
2017-11-29 18:49:27 -06:00
Cristi Vîjdea
5241ded111
Add $scheme forwarding to example nginx configuration
...
Adding `X-Forwarded-Proto` makes bottle pick up on the original request's scheme (https/http), so that the URL on the welcome page is displayed correctly.
2017-11-25 01:26:43 +01:00
Matthew Planchard
ea92f16bf3
chore(ver): bump 1.2.1.dev0-->1.2.1rc0
2017-11-14 11:51:26 -06:00
Matthew Planchard
c0b93bdaef
Revert Matrix Auth
...
This reverts commits 29c1803 c79dd18 568f901 and 3d37c00. This has
resulted in bugs referenced in #175 , #179 , and #186 .
2017-11-14 08:43:49 -06:00
Matthew Planchard
05f5920c25
Updated Default Fallback URL to https
...
Resolves #179
Due to a pypi API change (reasoning
[here](https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html ),
thanks to @natefoo for the link), the redirect links that we were
generating for distributions not present in the package index were
failing with `403` errors.
@ankostis, I have not had time to look into why the standalone tests are
failing. Perhaps we should just ignore them in order to get a new
version out once this is merged to master?
2017-10-31 12:34:22 -05:00
Matthew Planchard
a60719f442
Merge pull request #172 from mplanchard/doc-update
...
Update Search Documentation
2017-03-19 15:25:22 -05:00
Matthew Planchard
8a65456239
Update Search Documentation
...
* Fixed endpoint for search example
* Noted the lack of a `/simple` endpoint for search
* Added `search` to the list of explicitly enumerated
functionality in `Known Limitations`
2017-03-19 15:10:01 -05:00
Kyle Hornberg
c79dd18ef6
Add multiple user auth to docs
2017-02-21 16:29:47 -06:00
Matthew Planchard
ff06fbf5d5
Merge pull request #161 from ITler/ITler-patch-2
...
Added receipe for reverse proxy configuration
2017-02-13 21:07:44 -06:00
Tristan Escalada
6b1d142096
fixing systemd file typo
...
replacing --P with -P
2017-01-08 00:49:35 -05:00
Youhei Sakurai
096ff074bf
Fix broken example of auther usage
2016-09-23 12:54:04 +09:00
ITler
c6135e4fa5
Update README.rst
2016-09-06 09:42:50 +02:00
Kostis Anagnostopoulos
117a61ed14
doc: Improve mod_wsgi
instructions for #155 .
2016-07-03 01:44:16 +02:00
Kostis Anagnostopoulos
5dc04cd47d
doc: Group recipies as new section, move --help at top.
...
+ Minor improve in `mod_wsgi` recipe.
t
2016-07-02 20:52:41 +02:00
Kostis Anagnostopoulos
916809ea7e
doc: restructure client-side, auth & upload sections.
2016-07-02 13:53:19 +02:00
Kostis Anagnostopoulos
8f386aaf99
build: update buildout
reqs - do we still use them??
2016-06-28 15:22:09 +02:00
Kostis Anagnostopoulos
62f60ccef7
docs: Add mplanchard into maintainers.
...
- ci: check standalone before anything else.
2016-06-28 13:18:03 +02:00
Kostis Anagnostopoulos
18e5a8dbcb
FIX #154 , docs: TC-script checking README RST-compliance for PyPi.
2016-06-28 13:05:11 +02:00
Kostis Anagnostopoulos
ea7ed979de
Bump v1.2.1.dev0.
2016-06-25 05:24:38 +02:00
Kostis Anagnostopoulos
792d4764f0
Bump v1.2.0(<--1.2.0b0)
...
+ doc: Reformat changes.
2016-06-25 04:33:00 +02:00
Kostis Anagnostopoulos
73c8cb704f
doc: promote API as new top-level section & reoder it.
2016-06-25 04:02:59 +02:00
Kostis Anagnostopoulos
3324ff9e21
doc: Improve pam
API-example.
2016-06-25 03:17:26 +02:00
Kostis Anagnostopoulos
508600bd07
Bump v1.2.0b2(<--b1).
2016-06-25 02:39:48 +02:00
Matthew Planchard
8b46f55d17
Updated documentation for python-pam
module.
2016-06-24 15:12:29 -05:00
Matthew Planchard
fa5d2ec609
Documented API usage of auther
2016-06-24 14:07:33 -05:00
Craig Davis
a10c60aa91
Added a try/except for importing pam with logging an error and updated README to note that when using pam you need to install pam module
2016-06-24 11:48:35 -05:00
Matthew Planchard
1448903e10
Updated to b1
2016-06-24 10:28:43 -05:00
Matthew Planchard
e3209624e5
Version bump to 1.2.0
2016-06-24 10:27:36 -05:00
Craig Davis
649b48e01c
This is rst not md. :)
2016-06-23 20:31:34 -05:00
Craig Davis
00560520bb
Adding notes about using auth_by_pam in api context.
2016-06-23 20:31:33 -05:00
Kostis Anagnostopoulos
f15a51f894
doc: Bump v1.2.0b0(<--dev1) & RsT formatting fixes.
...
- Maintain separation of *pypiserver* project/service from ``pypi-server`` cmd.
- Add links to various projects mentioned.
- Delete `pip search` from "nown Limitations".
2016-06-23 21:20:44 +02:00
Matthew Planchard
c808a8d822
Docs for pypi-uploader
2016-06-22 22:03:40 -05:00
Matthew Planchard
d0137cb77d
Fixed inline code reference for .rst rather than .md
2016-06-22 21:44:46 -05:00
Matthew Planchard
63f26b55fc
Added docs for process management
2016-06-22 21:41:52 -05:00
Matthew Planchard
7aa9240391
Merge pull request #114 from blade2005/topic/allow-search-with-pip
...
Topic/allow search with pip
2016-06-22 21:11:01 -05:00
Craig Davis
1512136724
Set release-date for 1.2.0-dev1.
2016-06-17 21:45:09 +02:00
Dustin Spicuzza
0f3acf68a2
Fix --hash-algo=off
2016-06-17 20:30:59 +02:00
Kostis Anagnostopoulos
80acc45c80
Merge pull request #119 from corywright/fix-apache-docs
...
Update docs about `root=...` kwd when starting pypiserver via apache/mod_wsgi
2016-03-21 18:41:57 +01:00
Mathieu Cantin
cd7ace2136
Update README.rst
...
Fix typo, the package name in pypi is pypiserver and not pypi-server.
2016-03-21 10:28:39 -04:00
Matthew Planchard
3278e5c0e4
Added passlib version specification ( #120 )
2016-03-11 11:46:29 -06:00
Cory Wright
595e76ba6c
Update documentation for starting via apache/mod_wsgi
2016-03-10 20:39:43 -05:00
Cory Wright
eac92a79bc
pypiserver:app requires kwargs even for root directory
2016-03-10 09:11:44 -05:00
Craig Davis
74dab8d812
Added not about readme
2016-02-17 15:26:16 -06:00
Kostis Anagnostopoulos
815f6eb0eb
docs: Added logo, improve opening.
2016-01-22 04:58:25 +01:00
Matthew Planchard
4a299ec40b
Added python3.5 support to setup.py and tests for #108
...
- Added wheel to dev requirements
2016-01-20 23:30:22 +01:00
Kostis Anagnostopoulos
0c4c27fa5c
v1.2.0.dev1 (<--1.1.10): Stop supporting py<2.7 & py<3.3 ( #107 ).
2016-01-20 20:05:47 +01:00
Kostis Anagnostopoulos
2667df7125
Add forgotten #101 speed-up in CHANGES.
...
+ doc: Add example *nginx* config for speeding-up serving of packages.
+ build: Explain which file to use for building standalone.
[ci skip]
2016-01-19 21:21:08 +01:00
Kostis Anagnostopoulos
e25f9a6508
Prepare for release v1.1.10 (<--1.1.10.dev1).
...
+ Mention PGP-sigs in README.
+ Add thanks in CHANGES.
2016-01-19 20:45:13 +01:00