Commit graph

64 commits

Author SHA1 Message Date
Micah Jerome Ellison
3a72313d06 Updating Python version and jrnl version for v2.0-rc3 2020-04-10 11:51:55 -07:00
Jonathan Wren
e3d36645d9 [GH-610] Fix for old crypto module (#621) 2020-04-10 11:51:55 -07:00
Radomír Bosák
095369f705 Fix behave tests by adding asteval dependency (#469) 2017-03-09 11:56:44 -08:00
Manuel Ebert
69fc08f6f3 Upgrade to cryptography 1.4 2016-08-17 13:41:54 +00:00
Manuel Ebert
e7b8158d22 Update Cryptography
Fixes SSL issues described in
https://github.com/pyca/cryptography/issues/2750
2016-08-16 11:00:08 +02:00
Manuel Ebert
285c219bed Update dependencies and lock versions on keyring and cryptography. Fixes #407 2016-02-10 10:24:52 -08:00
Manuel Ebert
0d1b381bd1 Merge pull request #347 from MinchinWeb/2.0-rc1-markdown-export-fix
2.0 rc1 markdown export fix
2015-04-20 14:29:17 +02:00
Manuel Ebert
0a197365e2 Consolidate requirements 2015-04-20 14:15:48 +02:00
MinchinWeb
b880a3856b Include plugins in eggs 2015-04-19 23:19:35 -06:00
MinchinWeb
6c9aa9df8c Don't pin to a specific version of cryptography 2015-04-14 10:41:28 -06:00
flight16
9825f16310 Fix: dateutil conflict because python-dateutils was already added to the conditional section. 2015-04-13 09:01:10 +09:00
flight16
53e3bd334c Merge remote-tracking branch 'maebert/2.0-rc1' into 2.0-rc1
Conflicts:
	setup.py
2015-04-13 08:46:43 +09:00
flight16
763a05a945 Add missing dependencies pyyaml and pyxdg 2015-04-11 13:03:15 +09:00
Manuel Ebert
b8ef404453 Cleanup and more logging 2015-04-05 02:28:04 +04:00
Manuel Ebert
18d46417f1 Fix conflicting requirements
Fixes #296
2015-04-05 02:27:47 +04:00
Manuel Ebert
2615070df0 Hardcoded salt to fix crypto 2015-04-04 17:50:44 +11:00
Manuel Ebert
1f73d28147 Uses PBKDF2-SHA256 instead of plain SHA256
Fixes #192
2014-09-12 14:28:37 -07:00
Manuel Ebert
db494597a2 Basic support for cryptography.io
Still needs better hash function
2014-09-12 14:28:03 -07:00
Matthias Vogelgesang
61739dd3b0 Remove circular dependency 2014-09-12 14:26:23 -07:00
Manuel Ebert
63ad45db75 YAML configs
See #184, #230, #197
2014-09-12 14:22:30 -07:00
Matthias Vogelgesang
afae3d16a7 Use PyXDG to save config and journal in XDG dirs
This change also hides the CONFIG_PATH state information entirely within
the install module. Therefore, the cli module does not have to care about
checking existence of files and paths.
2014-09-12 14:20:05 -07: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