Commit Graph

367 Commits

Author SHA1 Message Date
Ralf Schmitt
b2c6410a39 handle package names case insensitive in filter_latest_pkgs
we probably also need to normalize _ vs - someday
2012-12-28 01:53:10 +01:00
Ralf Schmitt
16e3a2cd14 add some test for manage.py 2012-12-28 01:48:18 +01:00
Ralf Schmitt
e484d36fae add trove classifier for python 3.3 2012-12-27 21:54:51 +01:00
Ralf Schmitt
7a27f8c03b remove warning about python 2.5 support from bottle 2012-12-27 01:29:14 +01:00
Ralf Schmitt
236023ca4c move creation of xmlrpc client to own function 2012-12-27 01:19:03 +01:00
Ralf Schmitt
b6c814fde7 Merge master into issue-19-proxy-support
Conflicts:
	pypiserver/manage.py
2012-12-27 01:02:18 +01:00
Ralf Schmitt
7e8b44a803 make pkgfile.__repr__ 'evalable' 2012-12-27 00:36:14 +01:00
Ralf Schmitt
ab7c175262 update documentation
- don't mention uploads in docs for alternatives
- just list supported python versions
- add a pointer to localshop
2012-12-27 00:27:40 +01:00
Ralf Schmitt
fd27d77ac1 describe uploading via python setup.py upload
thanks nlaurance!
2012-12-27 00:16:45 +01:00
Ralf Schmitt
44191af49b refactor manage.py to work with core.pkgfile
that simplifies code a bit since we work with the same datastructure.
2012-12-26 23:26:28 +01:00
Ralf Schmitt
6c6ba6d165 remove unused main function from manage.py 2012-12-26 21:38:58 +01:00
Ralf Schmitt
a1f2492e62 gitignore pytest-cov files 2012-12-26 01:23:00 +01:00
Ralf Schmitt
526045eb95 move parse_version to core 2012-12-26 01:22:00 +01:00
Ralf Schmitt
c76390e333 get rid of pkgset class
instead we use an iterator that returns all relevant information. that
simplifies the code quite a bit because we now mostly operate on the
iterators result instead of handling filenames, versions, prefixes...
2012-12-26 01:15:03 +01:00
Ralf Schmitt
12d6ce6bf8 sort files by their version, not alphabetically 2012-12-12 23:31:58 +01:00
Ralf Schmitt
91f04be369 don't test the standalone branch 2012-12-02 23:22:54 +01:00
Ralf Schmitt
f99095208e return absolute paths in hrefs for root view 2012-12-02 23:08:29 +01:00
Ralf Schmitt
7a999fb8cb test that root view returns absolute paths in hrefs
this is github issue 25
2012-12-02 23:07:48 +01:00
Ralf Schmitt
be52ec1c40 fix .travis.yml, tox.ini
python 2.5 needs an older webob version. so, we add the dependency in
tox.ini. we use tox to run the tests on travis.

remove python 3.3 from travis.yml as it's not there yet.
2012-12-02 02:35:50 +01:00
Ralf Schmitt
2c22237541 add python 3.2 and 3.3 to tox envlist 2012-12-02 01:21:57 +01:00
Ralf Schmitt
e90a7ef822 make tests succeed under python 3 2012-12-02 01:20:52 +01:00
Ralf Schmitt
6989d316c5 use webtest instead of twill
webtest works with python 3.

we now also get rid of paste and pastedeploy and use
bottle.Bottle.mount instead.
2012-12-02 01:17:55 +01:00
Ralf Schmitt
2f2eeee593 use new pytest.fixture functionality 2012-11-26 22:25:30 +01:00
Ralf Schmitt
e77aa6a839 update README.rst 1.0.0 2012-10-26 20:34:52 +02:00
Ralf Schmitt
0e9e42cd37 upgrade bottle to 0.11.3 2012-10-26 12:16:10 +02:00
Ralf Schmitt
515bfb5b7b flush stdout before calling bottle's run
also show the http url.
2012-10-18 22:06:34 +02:00
Ralf Schmitt
a1fc09d14c update README for 1.0.0 release, up version to 1.0.0 2012-10-15 22:39:30 +02:00
Ralf Schmitt
1c0ebe2040 update MANIFEST.in 2012-10-15 22:18:29 +02:00
Ralf Schmitt
99512aa2f6 remove some more files in make_manifest.py 2012-10-15 22:17:17 +02:00
Ralf Schmitt
37d155beb1 add passlib and waitress to pypi-server-standalone
we collect them from the pypiserver-vendor submodule
2012-10-12 00:15:18 +02:00
Ralf Schmitt
9ce3c084e8 upgrade bottle to 0.11.2 2012-10-10 21:38:55 +02:00
Ralf Schmitt
4cf8e4b72a upgrade bottle to 0.11.1 2012-10-09 20:28:20 +02:00
Ralf Schmitt
db8be6df02 add link to pypiserver-on-the-cloud git repo 2012-10-05 00:22:58 +02:00
Ralf Schmitt
508645ab46 Merge pull request #22 from lowks/patch-1
Update scripts/opensuse/pypiserver.init
2012-09-20 01:19:22 -07:00
lowks
f9925698bd Update scripts/opensuse/pypiserver.init
Updated pypiserver.init where found some old daemon names and changed status checking to work with opensuse calls. Initially it was issuing calls that did not exist in opensuse.
2012-09-20 06:27:09 +08:00
Ralf Schmitt
446c0dbd0e Merge pull request #21 from dzen/master
Do not overwrite existing files
2012-09-18 03:55:42 -07:00
Benoit Calvez
b8c775c4d7 Refuse to re upload existing file 2012-09-17 16:50:25 +02:00
Ralf Schmitt
c0405d820c simplify proxy code a bit 2012-08-22 22:02:10 +02:00
Ralf Schmitt
5cb109515c install pypi-server either via entry_points= or scripts= 2012-08-22 21:47:57 +02:00
Eduard-Cristian Stefan
bd0a539ee0 Add proxy support (see the docs of urllib.getproxies()). Tested with Python 2.7 on Windows. 2012-08-22 21:30:10 +02:00
Ralf Schmitt
dfb2a21a48 Merge pull request #20 from alexandrul/master
Add 'console_scripts' section to 'entry_points', so 'pypi-server.exe' will be created on Windows.
2012-08-22 12:14:03 -07:00
Eduard-Cristian Stefan
c5b8e85c79 Add 'console_scripts' section to 'entry_points', so 'pypi-server.exe' will be created on Windows. 2012-08-22 21:33:19 +03:00
Ralf Schmitt
538c74761a Merge pull request #18 from nueces/master
Add support for password_file option in paster app.
2012-08-15 22:27:39 -07:00
Juan A. Diaz
205115e42e paste_app_factory now use the the password_file option to create the app.
Without this the package upload was not working.
2012-08-16 00:38:49 -03:00
Ralf Schmitt
e4935f095e Merge pull request #16 from brocaar/master
Add --fallback-url argument
2012-08-15 11:24:09 -07:00
Orne Brocaar
55273d55e3 Add --fallback-url argument to pypi-server script to make it configurable. 2012-08-15 10:02:58 +02:00
Ralf Schmitt
06ccfdd1e3 Merge pull request #15 from dexterous/master
Update readme; add missing mod_wsgi directive
2012-08-09 05:39:21 -07:00
Saager Mhatre
5e1f3a990d Update readme; add missing mod_wsgi directive
WSGIPassAuthorization is necessary to have apache
forward Authentication header to the WSGI app;
mod_wsgi installs on most OSes keep this at the
default Off setting which prevents artifact uploads
2012-08-09 17:37:18 +05:30
Ralf Schmitt
e5a39b0de0 prepare 0.6.1 release: up version, update docs 0.6.1 2012-08-07 22:14:13 +02:00
Ralf Schmitt
83bba2154f make download link to download section 2012-07-21 20:47:44 +02:00