ITler
c6135e4fa5
Update README.rst
2016-09-06 09:42:50 +02:00
Kostis Anagnostopoulos
6777a78662
Merge pull request #158 from mplanchard/mp-fix-twine-tests
...
Update Tests for Twine >= 1.7 to Fix Test Failures
2016-09-05 17:29:52 +03:00
Matthew Planchard
4b94647cef
* trying update within gen-standalone again
2016-07-17 16:35:39 -05:00
Matthew Planchard
3244424352
Back to --no-check-certificate
2016-07-17 16:28:39 -05:00
Matthew Planchard
45cc42c5a6
Local certfile
2016-07-17 16:25:09 -05:00
Matthew Planchard
c6a8568e74
* attempting cert update within gen_standalone.sh
2016-07-17 15:38:53 -05:00
Matthew Planchard
da240aabc9
* verifying whether it is a cert problem
2016-07-17 15:29:03 -05:00
Matthew Planchard
b01bf47b96
* added debug flags to bash scripts
2016-07-17 15:23:20 -05:00
Matthew Planchard
5371afdaaa
* Removed cert update from travis
2016-07-17 15:13:58 -05:00
Matthew Planchard
14c599773b
* Attempt to update certs via travis
2016-07-17 15:04:00 -05:00
Matthew Planchard
78f04c3a70
* Fixed bash syntax error
2016-07-17 15:00:15 -05:00
Matthew Planchard
cee57dfe89
* Manual cert update
2016-07-17 14:58:18 -05:00
Matthew Planchard
a05d5a103b
Update Tests for New Twine
...
* Updated .travis.yml to fix PEP 440 warnings
* Fixed twine calls
We were getting test failures on multiple branches in
`test_server.py`. I first investigated a warning message
popping up in every test run:
```
PEP440Warning,
/home/travis/virtualenv/python3.5.2/lib/python3.5/site-packages/pkg_resources/__init__.py:2510: PEP440Warning: 'setuptools (git-0.4.0)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
```
Moving the installation of setuptools, pip, sphinx, and tox
into the `install` key for Travis resolved that issue, but
`test_server.py` tests were still failing. It turns out that
Twine 1.7.0 added support for SSL cert specification and,
in the process, changed the call signature for the `upload`
and `register` internal methods.
This PR fixes the calls so that they align with Twine's new
function signature. Note that tests now fail on Twine <1.7.0,
so I have also updated the dev requirements file.
2016-07-17 14:35:58 -05: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.
v1.2.0
v1.2.0b2
2016-06-25 04:33:00 +02:00
Kostis Anagnostopoulos
6ed641cd95
doc: Update changes about
2016-06-25 04:08:05 +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
10974cc1b9
main: Enable bottle-debug only when verbose.
2016-06-25 03:17:25 +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
Matthew Planchard
90b75f26f5
Merge pull request #151 from blade2005/topic/pam-auth
...
Added a try/except for importing pam with logging an error and update…
2016-06-24 12:16:19 -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
0bf002437f
Merge pull request #150 from mplanchard/development
...
Beta Version 1.2.0b1
2016-06-24 10:29:43 -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
Matthew Planchard
9e379a4c46
Merge pull request #149 from blade2005/feature/auth-by-pam
...
Feature/auth by pam
2016-06-24 10:26:37 -05:00
Craig Davis
fc3acd759e
Fix blade2005's inability to read git diff's
2016-06-24 09:22:17 -05:00
Craig Davis
0fa6a6152a
Merge branch 'feature/auth-by-pam' of github.com:blade2005/pypiserver into feature/auth-by-pam
2016-06-23 20:32:06 -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
Craig Davis
9a5ff53c6d
Added authentication by pam and fixed some pep8 complaints
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
5adfd82cb8
Merge pull request #147 from mplanchard/pypi-uploader-docs
...
Docs for pypi-uploader
2016-06-22 22:05:23 -05:00
Matthew Planchard
c808a8d822
Docs for pypi-uploader
2016-06-22 22:03:40 -05:00
Matthew Planchard
27a5a3b19e
Merge pull request #146 from mplanchard/docs
...
Added docs for process management
2016-06-22 21:49:10 -05:00
Matthew Planchard
625595fbf8
Merge pull request #145 from mplanchard/mp_development
...
PEP 008 Changes & Changelog Update
2016-06-22 21:46:13 -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
83dff2371c
Actually added changelog
2016-06-22 21:27:42 -05:00
Matthew Planchard
12907da56b
PEP 008 Changes & Changelog Update
...
* PEP 008 changes to __init__.py
* Updated CHANGES to reflect search addition by @blade2005
2016-06-22 21:23:19 -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
4703c275cc
This is rst not md. :)
2016-06-22 09:59:32 -05:00