128 Commits

Author SHA1 Message Date
Micah Lee
338562c011 Merge branch 'develop' into 1064_tabs 2020-03-22 11:23:24 -07:00
Micah Lee
8e1aacd316 Merge branch 'migrate-poetry' of https://github.com/SaptakS/onionshare into SaptakS-migrate-poetry 2020-03-22 11:06:16 -07:00
Saptak S
28948b1e18 Update dependencies 2020-03-21 12:45:43 +05:30
Saptak S
9dfae675ea Switches from pipenv and requirements.txt to poetry to manage dependencies 2020-03-18 02:47:25 +05:30
Martin Rey
d84e27c778 Fix openSUSE misspelling
The correct spelling of openSUSE can be checked on https://en.opensuse.org/Portal:Distribution
2020-02-28 02:07:33 +00:00
Ned84
483cb9bf14 Update BUILD.md 2019-11-30 22:08:37 +01:00
Micah Lee
92a7dd364e Support handling events by monitoring an events folder for changes 2019-11-28 12:24:26 -08:00
Micah Lee
ec5c894fd0 Add psutil dependency 2019-10-20 18:59:27 -07:00
Miguel Jacq
2673eae4b5 Move duplicate python3-flask-httpauth to the Fedora dependency list in BUILD.md 2019-09-30 08:12:41 +10:00
Micah Lee
dbc04c9fed Add missing fedora dependency to BUILD.md 2019-09-27 14:03:02 -04:00
Micah Lee
21d1ec5783 Typo in Qt version 2019-09-22 10:23:33 -07:00
Micah Lee
929012968b Finish updating instructions for building PyInstaller from source 2019-09-20 18:31:19 -07:00
Micah Lee
cc760595cf Update Windows instructions, except building PyInstaller from source 2019-09-15 18:30:50 -07:00
Micah Lee
bca22301aa Merge pull request #1018 from micahflee/1010_python3_distutils
Add python3-distutils as a dependency
2019-09-01 17:47:14 -07:00
Micah Lee
8f35960ab7 Update python and pyqt5 in BUILD.md, and for macOS install pyinstaller from pip instead of building from source 2019-09-01 17:39:32 -04:00
Micah Lee
1cb745b071 Add python3-distutils as a dependency, and also remove reduntant build-depends from stdeb.cfg 2019-09-01 13:30:49 -07:00
Micah Lee
4ae26b3623 Change package in build instructions from python-flask-httpauth to python3-flask-httpauth 2019-09-01 12:38:13 -07:00
wh1t3fang
dd8e9d37ae Added python-flask-httpauth depend
added flask httpauth depend to the install instructions for debian.  Otherwise, this exception appears.

ImportError: No module named 'flask_httpauth'
2019-06-12 05:10:24 +00:00
Micah Lee
fcd6a93ea2 Update build instructions, and fix typo in changelog 2019-05-07 12:12:49 -07:00
Micah Lee
b10eb1d630 Update macOS build instructions 2019-05-06 11:23:46 -07:00
Micah Lee
6cb80a2b6c Write script to build source package 2019-04-22 15:32:34 -07:00
Micah Lee
0ce3c000cf Update release docs to include making a source package 2019-04-22 14:57:28 -07:00
Micah Lee
cf766816b9 Upgrade Windows build instructions 2019-04-22 14:39:01 -07:00
Micah Lee
8ac8066a73 Fix typo in macOS notarize section of BUILD.md, and add note that it isn't ready yet 2019-04-22 11:35:17 -07:00
Micah Lee
a4f6f1ec9f Add release documentation to BUILD.md 2019-04-21 19:01:15 -07:00
Micah Lee
d86b13d91c Remove python3-distutils from BUILD.md as well 2019-02-21 10:12:56 -08:00
Micah Lee
436f100ec0 Update build instructions 2019-02-10 11:30:40 -08:00
Micah Lee
79222ce017 Remove PyInstaller from requirements.txt, because it now breaks CircleCI 2019-01-26 23:06:21 -08:00
Micah Lee
465f5bf319 Add instructions to build PyInstaller from source, to avoid AV false positives 2019-01-26 23:01:13 -08:00
Micah Lee
ba057871d8 Update build instructions to use Python 3.7 and Qt 5.11.3 2019-01-25 14:21:09 -08:00
Micah Lee
e432479c96 Update tests section in BUILD.md to give instructions on using --rungui to run GUI tests 2019-01-18 14:39:25 -08:00
Micah Lee
688f406c7f Add python3-distutils dependency 2018-12-21 12:21:47 -08:00
Micah Lee
eca1f9cc8d Merge branch 'develop' into v3-revisited 2018-11-18 17:04:20 -08:00
Micah Lee
6ee47cec6f Delete obsolete dev_scripts/run_all_tests.sh script, and add xvfb-run info to the build instructions 2018-10-25 11:01:09 -07:00
Miguel Jacq
0698f8ca6d Update test documentation 2018-10-13 10:39:26 +11:00
Micah Lee
2dc4b55423 Remove python3-cryptography dependency 2018-10-11 20:48:46 -07:00
Micah Lee
c42e5933f9 Add instructions for making sure you have pytest in your path (which you don't by default in debian stretch) 2018-10-11 20:18:23 -07:00
Micah Lee
5522ba29d9 Bump python required version down to 3.5.3, and finish removing python3-nacl as a dependency 2018-10-11 20:08:23 -07:00
Miguel Jacq
6e3ff0b506 Add Tor GUI unit tests 2018-09-27 17:33:15 +10:00
Miguel Jacq
f6fafc0f5b Rename test dir to tests. Rename unit_tests to tests_gui_local. Add test dependencies. Update various paths. Add GUI unit tests docs to BUILD.md 2018-09-27 15:54:46 +10:00
Micah Lee
a7453bf462 Make fedora and debian dependencies get added to packages built 2018-09-20 09:26:11 -07:00
Micah Lee
3afa9b6b19 For Mac build instructions, update a command to use Python 3.7 instead of 3.6, and install pip dependencies without sudo. For Windows, install requirements.txt instead of requirements-windows.txt. Also pywin32 is no longer a dependency, so remove it from build instructions. 2018-09-18 15:37:33 -07:00
Micah Lee
aed48e6e40 Merge branch 'develop' into update-deps 2018-09-17 21:03:37 -07:00
Micah Lee
56b4bf08a8 Update Mac deps to python 3.7.0 and Qt 5.11.1 2018-09-17 15:37:48 -07:00
Micah Lee
d43a9ac31b Update Windows deps to python 3.7.0, pywin32 223, and Qt 5.11.1 2018-09-17 15:07:19 -07:00
Miguel Jacq
10771de2f8 Fix conflicts 2018-09-16 13:37:22 +10:00
Micah Lee
5661015acb Merge branch '685_use_dist_socks' of https://github.com/mig5/onionshare into mig5-685_use_dist_socks 2018-09-14 18:40:26 -07:00
Miguel Jacq
1e29a12221 Use the distribution's PySocks module instead of our custom version 2018-09-04 14:26:47 +10:00
Miguel Jacq
5252d5d94a Introduce v3 onion support 2018-08-21 19:31:02 +10:00
Miguel Jacq
0c50f4ea93 Add explicit dependency on rpm-build in the BUILD.md. Add a link to community-provided OpenSuSE instructions 2018-08-15 09:09:52 +10:00