Radomír Bosák
4ba577db33
Fix failing behave tests ( #447 )
...
The keyring package broke backward compatibility in version 8.0 by
moving some keyring backends to another package, keyrings.alt, as
documented in the changelog [1].
This change broke behave tests which were trying to use
keyring.backends.file.PlaintextKeyring - no longer existing in keyring
package.
This commit adds the keyrings.alt package as dependency so that the
PlaintextKeyring class can be used.
[1] https://pythonhosted.org/keyring/history.html#id22
2017-01-04 10:24:03 -08:00
Manuel Ebert
73d9882b64
Travis update
2014-11-06 12:38:57 +01:00
Manuel Ebert
e77037b0f1
github_release plug on setup.py
2014-11-06 12:35:31 +01:00
Manuel Ebert
6dafc3d939
Manifest update
2014-07-27 12:43:26 +09:00
Manuel Ebert
5799be7f1c
Conditional dateutil for python 3
2014-07-21 14:22:16 +09:00
Manuel Ebert
6f1dd6077e
Improves dateutil parsing
...
Closes #133
Fixes #183 , #185 , #228
2014-07-21 13:30:10 +09:00
Manuel Ebert
f347b0deca
Installs readline on non-windows if not available
...
Fixes #208
2014-06-27 15:56:12 +02:00
Manuel Ebert
eda50c144b
Mark jrnl as 3.4 compatible
2014-05-22 14:18:15 -07:00
Manuel Ebert
726d259289
add six to requirements
2014-05-22 12:18:00 -07:00
Manuel Ebert
c5238e0d62
Flexible argparse for 2.6
2014-02-23 20:10:31 -08:00
William Minchin
f5279462b9
require tzlocal version 1.1 or better
...
jrnl needs the OSX fixes in version 1.1
2014-01-29 09:15:46 -07:00
William Minchin
7065cafe01
Just use setup.py
...
(don't keep a second copy in `requirements.txt`)
2014-01-28 15:20:13 -07:00
Manuel Ebert
99b5d7821d
Upgrade to parsedatetime 1.2
2014-01-26 12:37:41 +01:00
Manuel Ebert
c3d6a38e45
Port slugify to Python3
2014-01-19 11:58:13 +01:00
Manuel Ebert
3f9d9bf84f
Only install colorama on windows
2014-01-03 15:51:27 +01:00
Manuel Ebert
777eb38852
Include dateutil in setup
2014-01-02 23:42:01 +01:00
Manuel Ebert
9d352b4bad
Gets rid of colorama
2014-01-02 23:41:53 +01:00
Manuel Ebert
f22ddd706b
jrnl.py:cli -> cli.py:run
2013-11-29 10:23:09 -08:00
Manuel Ebert
34b730a5c9
Saves password to keyring
...
Closes #96 and deprecates password field in config
2013-10-17 14:55:59 -07:00
Manuel Ebert
571a2677eb
Updates distribution info
2013-07-26 19:40:39 -07:00
Manuel Ebert
20740a8f81
Adds slugify to setup.py
2013-07-18 09:02:37 +02:00
dejay
ed20660815
Better Day One Timestamps
2013-07-13 11:57:34 -06:00
Manuel Ebert
3c07c7dee0
pycrypto back to extras.
...
Fixes 68
2013-04-22 09:58:45 +02:00
Manuel Ebert
5b4b1e71d6
Python 2.6 compatibility
...
Closes #67
2013-04-18 11:51:42 +02:00
Manuel Ebert
65b4d5ffa0
Fixes install routine
2013-04-17 12:02:26 +02:00
Manuel Ebert
65aff0d75e
Fixes readline support on windows
...
Closes #60
2013-04-17 10:50:03 +02:00
Manuel Ebert
a8958e7b0d
Automatic versioning
2013-04-17 10:19:38 +02:00
Manuel Ebert
ba6f7a43ba
Makes PyCrypto an automatic install
2013-04-17 10:19:25 +02:00
Manuel Ebert
e0f7d235b1
Uses colorama instead of clint
2013-04-17 10:19:02 +02:00
Manuel Ebert
fb94c816f7
Version bump
2013-03-12 13:30:24 -07:00
Manuel Ebert
6af77a0b10
Requires current version of parsedatime when using setuptools
...
Closes #52
2013-03-12 13:29:10 -07:00
Manuel Ebert
95e828e643
Version bump to 1.0.0 ⭐
2013-03-04 14:58:02 -08:00
Manuel Ebert
42f2371c5d
Fixes requirements and setup
2012-12-14 15:18:30 -08:00
Manuel Ebert
2a5a7fb478
Travis CI integration
2012-12-14 14:58:46 -08:00
Manuel Ebert
22b3da5f89
Version bump to 0.3.0
2012-05-24 18:18:05 +02:00
Manuel Ebert
321d8d2d50
Version bump to 0.2.5
2012-05-24 13:43:48 +02:00
Manuel Ebert
b73d081f55
Added an entry point so we don't have to make an bash alias anymore.
2012-05-24 13:30:37 +02:00
Manuel Ebert
dfa8278cb5
Experimental new directory structure
2012-05-24 13:23:46 +02:00
Manuel Ebert
041549a5fe
Makes pycrypto optional, closes #23
2012-05-21 12:20:24 +02:00
Manuel Ebert
48575d1dac
Bump to 2.3
2012-05-04 16:39:19 +02:00
Manuel Ebert
4a52da5469
Version bump to 0.2.2
2012-04-17 22:01:09 +02:00
Manuel Ebert
26be90544e
Remove hashlib dependency (it's a stdlib package)
2012-04-17 12:50:11 +02:00
Manuel Ebert
b0a017dec4
Fixes setup.py
2012-04-17 11:17:48 +02:00
Manuel Ebert
8dd2e5e222
Bump to 0.2
2012-04-16 22:29:01 +02:00
Manuel Ebert
0c93061a90
Keywords separated
2012-04-16 14:21:10 +02:00
Manuel Ebert
862fd796be
adds base_dir
2012-04-16 14:09:22 +02:00