Skip to content

Commit

Permalink
Improvements after Barry's feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Oct 30, 2015
1 parent 6ddb1f6 commit 40daab8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 75 deletions.
61 changes: 1 addition & 60 deletions debian/changelog
@@ -1,64 +1,5 @@
fades (4-1) unstable; urgency=medium

* New option to use iPython as the interactive interpreter: --ipython
(thanks Ariel Rossanigo).

* Now it's possible to execute a program inside the virtualenv, with -x
(thanks Ricardo Kirkner).

* Can execute fades as a Python's module (thanks Javi Mansilla)

* Dependencies can be specified in docstrings

* Support using Python 3.3 to run fades

* Better parsing of docstring to detect dependencies

* If you want to fiddle with lower layers options, can send parameters
to virtualend or pip.

* We have a logo!

* Now we run the fades tests using fades itself, no need to install
anything previously

* Other minor bugfixes and improvements

* Initial release. (Closes: #802806)

-- Facundo Batista <facundo@taniquetil.com.ar> Sun, 25 Oct 2015 12:30:40 -0300

fades (3) unstable; urgency=medium

* Different interpreter versions
* Support the arguments from a shellbang.
* Minor changes
* Draft of a presentation.
* Fixed test flake8 parametere.
* Better docs.
* Show all errors.
* Parse requirements from a file.
* Hidding `type` stderr out
* Changes in the test script to support Archlinux and avoid hide errors.
* Log (don't print) received arguments.
* Better version parsing.
* If repo is not specified, defaults to pypi.
* Getting dependency version with pip fixed.
* Compare correctly when no requirements.
* Log checking
* Support an intereactive form, and specify dependencies through command
line.
* Ignore commented lines
* Adding a database for typical package name conversion.
* Redirect signals to child.
* Do check per-env.
* Version bump for pypi to take the changes and better press release.
* Texts changes and fixes.
* Adjustments to the release steps.
* Verification that README is rest'ed correctly.
* Archlinux PKBUILD fix.
* md5sum updated in Archlinux PKBUILD.
* Delete changelog.rst
* Minor changes in the changelog.
* Release 2 docs

-- Facundo Batista <facundo@taniquetil.com.ar> Wed, 17 Jun 2015 00:17:51 -0300
23 changes: 10 additions & 13 deletions debian/control
Expand Up @@ -2,21 +2,18 @@ Source: fades
Section: python
Priority: extra
Build-Depends: debhelper (>= 9),
python3 (>= 3.4),
python-distutils-extra (>= 2.10)
dh-python,
dh-translations | dh-python,
python3-setuptools,
python3-all (>= 3.4)
Maintainer: Facundo Batista <facundo@taniquetil.com.ar>
Standards-Version: 3.9.6
XS-Python-Version: >= 3.4
X-Python3-Version: >= 3.4

Package: fades
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3 (>=3.4),
python3-pkg-resources (>= 0.6.24),
python3-xdg (>= 0.25),
python3-setuptools (>= 5.5),
Description: System that automatically handles the
virtualenvs in the cases normally found when writing scripts
and simple programs, and even helps to administer big projects.

Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Description: system for automatically handling virtual environments
fades is a system that automatically handles the virtualenvs in the cases
normally found when writing scripts and simple programs, and even helps to
administer big projects.
2 changes: 1 addition & 1 deletion debian/copyright
Expand Up @@ -4,7 +4,7 @@ Upstream-Contact: Facundo Batista <facundo@taniquetil.com.ar>
Source: https://github.com/PyAr/fades/

Files: *
Copyright: (C) 2014-2015
Copyright: (C) 2014-2015
Facundo Batista <facundo@taniquetil.com.ar>
Nicolás Demarchi <mail@gilgamezh.me>
License: GPL-3
Expand Down
2 changes: 2 additions & 0 deletions debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f

# Debian doesn't have dh-translations.
%:
ifneq ($(shell dh -l | grep -xF translations),)
dh $@ --with python3,translations --buildsystem=pybuild
Expand Down
3 changes: 2 additions & 1 deletion debian/watch
@@ -1,2 +1,3 @@
version=3
https://pypi.python.org/simple/fades/
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
https://pypi.debian.net/fades/fades-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

0 comments on commit 40daab8

Please sign in to comment.