jobevers
41abd0a171
Bump version: 0.8.2 → 0.8.3rc0
2017-02-10 14:16:29 -06:00
Alex Grintsvayg
47c92f04d2
urihandler takes you to show, not watch
2017-02-03 13:34:16 -05:00
jobevers
773cbe3ace
Bump version: 0.8.1 → 0.8.2
2017-02-02 07:43:28 -08:00
jobevers
4ab5ace668
Bump version: 0.8.1rc0 → 0.8.1
2017-02-01 15:57:05 -08:00
jobevers
7377158631
change no-launch to launchui
2017-01-30 12:04:07 -08:00
jobevers
b674e5c57a
move urihandler out of packaging dir
2017-01-28 22:09:40 -08:00
Alex Grintsvayg
ee0f7375d6
fix install bug
2017-01-26 16:48:34 -05:00
Jack Robison
854dea797e
Bump version: 0.8.0 → 0.8.1rc0
2017-01-25 17:49:52 -05:00
Job Evers-Meltzer
bb9d3bff74
Bump version: 0.8.0rc2 → 0.8.0
2017-01-24 11:56:36 -05:00
Job Evers-Meltzer
7bc1bc487f
Bump version: 0.8.0rc1 → 0.8.0rc2
2017-01-17 22:08:34 -06:00
Alex Grintsvayg
4634179a7e
more long lines
2017-01-17 12:51:33 -05:00
Alex Grintsvayg
267c6cbaca
refactor conf.settings
2017-01-16 22:32:54 -05:00
Job Evers-Meltzer
8a026071eb
Bump version: 0.8.0rc0 → 0.8.0rc1
2017-01-16 12:01:35 -05:00
Job Evers-Meltzer
8a338b37b2
Bump version: 0.7.12 → 0.8.0rc0
2017-01-13 14:15:01 -06:00
Alex Grintsvayg
f050337dbc
incorporate job's changes
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
628defa891
remove extraneous ellipses in messages
2017-01-11 15:39:28 -05:00
Alex Grintsvayg
962edb8e4c
rename api endpoints
2017-01-11 15:39:28 -05:00
Jeremy Kauffman
14c835b41e
fix linux packaging to work with new install paths
2017-01-04 09:51:15 -05:00
Job Evers-Meltzer
30af8a0e20
Bump version: 0.7.12rc4 → 0.7.12
2017-01-03 21:09:25 -06:00
Job Evers-Meltzer
40d4f5a292
Bump version: 0.7.12rc3 → 0.7.12rc4
2017-01-03 15:29:20 -06:00
Job Evers
f7308beee9
upgrade txJson-RCP to 0.5
...
The older version we were running didn't support jsonrpc v2 for
error codes, which both the command line client and ui client
were expecting.
2017-01-02 19:15:25 -06:00
Job Evers-Meltzer
5233dc303e
Bump version: 0.7.12rc2 → 0.7.12rc3
2017-01-02 17:18:46 -06:00
Job Evers-Meltzer
9e320921a9
Bump version: 0.7.12rc1 → 0.7.12rc2
2017-01-02 16:12:35 -06:00
Job Evers-Meltzer
18a47a048a
Bump version: 0.7.12rc0 → 0.7.12rc1
2016-12-30 15:42:13 -06:00
Job Evers-Meltzer
4b1530b554
fix typo in osx build script
2016-12-30 13:05:19 -06:00
Job Evers-Meltzer
8f61fb3fc4
Initialize settings, along with lbryid and session_id on startup
2016-12-30 13:05:19 -06:00
Job Evers-Meltzer
39b2e44492
Replace settings with conf.settings
...
In the next commit I change conf.settings to be initialized
at runtime instead of load time and so any import of
`from lbrynet.conf import settings` will be and stay None if
it happens before the initialization.
2016-12-30 13:05:18 -06:00
Job Evers-Meltzer
a2497e0854
Fix error on brew when package is already installed
2016-12-19 15:39:06 -08:00
Jack
ba90fb3349
fix os x build
2016-12-19 14:10:37 -05:00
Jack
5a76a03cb6
remove unqlite requirement
...
-conditionally import PTCWallet (needed for testing, requires unqlite)
-install unqlite on travis and appveyor
2016-12-17 20:03:35 -05:00
Job Evers-Meltzer
a8cb255d24
Bump version: 0.7.11rc0 → 0.7.12rc0
2016-12-16 21:45:02 -06:00
Job Evers-Meltzer
6172924021
Bump version: 0.7.8 → 0.7.11rc0
2016-12-16 20:58:24 -06:00
Job Evers-Meltzer
6c2b3d9ed6
fix ssl handshake error
2016-12-16 19:13:23 -06:00
Job Evers-Meltzer
c6f4c17597
upgrade to py2app v0.10
2016-12-16 19:13:23 -06:00
Job Evers-Meltzer
d19afd856b
allow skipping of some time consuming parts of the build
2016-12-16 19:00:25 -06:00
Job Evers-Meltzer
a9bfd8d6ae
Pin pyobjc to version 3.1.1
2016-12-16 13:02:52 -06:00
Job Evers-Meltzer
c825d88dbf
OSX is having https issues, hopefully this fixes it
...
When I build locally, the resulting app doesn't have https issues. Looking
over the build script output, I notice that its copying
copying /usr/local/opt/openssl/lib/libssl.1.0.0.dylib -> /Users/jobevers/tmp/lbry/packaging/osx/lbry-osx-app/dist/LBRY.app/Contents/Frameworks
such a line isn't present when travis builds. This version of libssl
is installed by homebrew. Fingers crossed.
2016-12-16 10:35:13 -06:00
Job Evers-Meltzer
c30ea04959
Remove commented code
...
This is the result of running eradicate (https://github.com/myint/eradicate )
on the code and double-checking the changes.
2016-12-15 18:58:06 -06:00
Job Evers-Meltzer
afba045c29
add line-to-long check
2016-12-07 09:38:37 -05:00
Job Evers-Meltzer
b64fa51567
fixup long lines
2016-12-07 09:38:34 -05:00
Job Evers-Meltzer
99fe28366f
put back accidental deleted build
2016-12-06 15:16:41 -05:00
Jack
239e5c2126
remove unused imports in LBRYApp.py
2016-12-06 13:01:36 -05:00
Jack Robison
c85b795fc6
Merge pull request #316 from lbryio/rm-old-install
...
remove old installation script
2016-12-06 12:40:00 -05:00
Job Evers-Meltzer
44554b63f4
remove old installation script
2016-12-06 12:15:56 -05:00
Umpei Kay Kurokawa
6076861cd0
Merge pull request #304 from kaykurokawa/remove_lbrycrd
...
Remove lbrycrdd
2016-12-06 12:06:09 -05:00
Job Evers-Meltzer
f579c8dbb8
Bump version: 0.7.7 → 0.7.8
2016-12-02 20:05:08 -06:00
Job Evers-Meltzer
0005ba0715
pin dmgbuild version
...
When run with v1.2.0 the build fails with:
dmgbuild -s dmg_settings.py LBRY lbrynet.0.7.7.dmg
Traceback (most recent call last):
File "[..]/2.7/bin/dmgbuild", line 36, in <module>
dmgbuild.build_dmg(args.filename, args.volume_name, args.settings, defines=defines, lookForHiDPI=args.lookForHiDPI)
File "[..]/2.7/lib/python2.7/site-packages/dmgbuild/core.py", line 440, in build_dmg
d['.']['pBBk'] = background_bmk
File "[..]/2.7/lib/python2.7/site-packages/ds_store/store.py", line 1183, in __setitem__
entry_type = value[0]
File "[..]/2.7/lib/python2.7/site-packages/mac_alias/bookmark.py", line 365, in __getitem__
raise KeyError('Key not found')
KeyError: u'Key not found'
2016-12-02 16:31:45 -06:00
Job Evers-Meltzer
ddf678af8a
Bump version: 0.7.7rc0 → 0.7.7
2016-12-02 09:47:27 -06:00
Kay Kurokawa
200a22c93b
Remove support for lbrycrdd wallet and related code
2016-12-01 16:45:48 -05:00
Job Evers-Meltzer
8cdda7d845
Bump version: 0.7.6 → 0.7.7rc0
2016-11-28 23:33:57 -06:00