File tree 3 files changed +43
-3
lines changed
3 files changed +43
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pkg-config 0.23 http://pkg-config.freedesktop.org/
20
20
pytz core http://pytz.sourceforge.net/
21
21
glib 2.20 fs http://www.gtk.org/
22
22
pygobject 2.20 fs http://www.pygtk.org/
23
- pygit2 0.19.0 pkg, database https://github.com/libgit2/pygit2
23
+ pygit2 0.20.3 pkg, database https://github.com/libgit2/pygit2
24
24
Git 1.7 pkg, database http://git-scm.com/
25
25
libsoup 2.28 web http://live.gnome.org/LibSoup
26
26
reportlab 2.3 pdf http://www.reportlab.org/
@@ -130,7 +130,7 @@ Verify it works, by:
130
130
Type "help", "copyright", "credits" or "license" for more information.
131
131
>>> import itools
132
132
>>> itools.__version__
133
- '0.75.0 '
133
+ '0.75.2 '
134
134
>>>
135
135
136
136
Note: When building pynumy do not use ATLAS use optimized blas library as this breaks the install.
Original file line number Diff line number Diff line change
1
+ itools 0.75.2 (2014/08/15)
2
+ ==========================
3
+
4
+ itools is a Python library, it groups a number of packages into a single
5
+ meta-package for easier development and deployment:
6
+
7
+ itools.abnf itools.ical itools.srx
8
+ itools.core itools.log itools.stl
9
+ itools.csv itools.loop itools.tmx
10
+ itools.database itools.odf itools.uri
11
+ itools.datatypes itools.office itools.web
12
+ itools.fs itools.pdf itools.workflow
13
+ itools.gettext itools.pkg itools.xliff
14
+ itools.handlers itools.python itools.xml
15
+ itools.html itools.relaxng itools.xmlfile
16
+ itools.i18n itools.rss
17
+
18
+ - Trying to get "pip install itools" to work
19
+ - Upgrade to itools 0.20 or 0.21
20
+ - database: speed up saving changes
21
+
22
+ Work on the database sponsered by Agicia (http://www.agicia.com/)
23
+
24
+ Resources
25
+ ---------
26
+
27
+ Download
28
+ http://download.hforge.org/itools/0.75/itools-0.75.2.tar.gz
29
+
30
+ Home
31
+ http://www.hforge.org/itools/
32
+
33
+ Documentation
34
+ http://www.hforge.org/itools/docs
35
+
36
+ Mailing list
37
+ http://lists.hforge.org/mailman/listinfo/itools
38
+
39
+ Bug Tracker
40
+ http://bugs.hforge.org/
Original file line number Diff line number Diff line change 52
52
# The short X.Y version.
53
53
version = '0.75'
54
54
# The full version, including alpha/beta/rc tags.
55
- release = '0.75.0 '
55
+ release = '0.75.2 '
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments