Timeline


and

2016-03-26:

23:35 Ticket #1009 (-SUMO package doesn't build on XP) closed by warner
invalid: We've removed the SUMO build entirely, and docs/desert-island.rst
23:29 Ticket #1753 (build can hang while trying to find dependencies) closed by warner
fixed: We no longer have find_links= in our setup.cfg, since pip doesn't …
23:28 Ticket #2317 ('bin/pip install cryptography' in a virtualenv fails unless libssl-dev ...) closed by warner
wontfix: Yup, this is true, unless you're on a platform that has binary wheels …
23:25 Ticket #2439 (add windows dependencies to a sumo tarball (zip)) closed by warner
fixed: We no longer provide the SUMO tarball, but we do host binary wheels …
23:24 Ticket #2446 (check that on Windows, "Microsoft Visual C++ Compiler for Python 2.7" ...) closed by warner
fixed: We've stopped providing or using the SUMO/tahoe-deps tarballs, but we …
23:21 Ticket #657 ("python ./setup.py test" rebuilds packages) closed by warner
fixed: We've removed the setup.py test command (which was an alias for …
23:19 Ticket #2530 (enum34 is not present in SUMO and dependency tarballs) closed by warner
invalid: We've removed the SUMO and dependency tarballs, so this is no longer …
23:19 Ticket #2475 (depend on cryptography >= 1.0 and cffi >= 1.0) closed by warner
fixed: Tahoe doesn't depend on cryptography directly, but the path by which …
23:17 Ticket #2473 (stop using `setup_requires` on Windows) closed by warner
fixed: We've stopped using setup_requires= everywhere, so this can be …
23:16 Ticket #2306 (why does zetuptoolz build the same dependency more than once?) closed by warner
fixed: Pip (especially its wheel cache) seems to get this consistently …
23:15 Ticket #2286 (the version of a library chosen for a setup requirement can conflict ...) closed by warner
fixed: We no longer use setup_requires=, so we can close this one now.
23:14 Ticket #2255 (Experiment with virtualenv based packaging in the petmail style.) closed by warner
fixed: We've switched to virtualenv-based installation. Not quite in the …
23:12 Ticket #2247 (document pywin32 dependency) closed by warner
fixed: We now depend on pypiwin32, and pip installs it correctly on windows, …
23:11 Ticket #2077 (pip packaging plan) closed by warner
fixed
23:06 Ticket #2066 (setup.py performs work without a command being specified) closed by warner
fixed: We no longer use setup_requires=, so I think we can close this one.
23:05 Ticket #2028 (Twisted endpoints introduce a dependency on pywin32) closed by warner
fixed: We are now ok with the dependency on pypiwin32, because we've switched …
23:04 Ticket #2021 (improvements to security/reliability of packaging that are possible ...) closed by warner
invalid: We no longer use zetuptoolz, so this ticket is no longer relevant. See …
22:55 Ticket #2001 (build binary eggs for macosx-10.9-intel (mavericks)) closed by warner
fixed: I've built and published binary wheels for OS-X builds at …
22:52 Ticket #2221 (allow automatic use of pyOpenSSL 0.14) closed by warner
fixed: We no longer pin the pyOpenSSL version as we used to do, nor do we use …
22:46 Ticket #2044 (investigate newer setuptools) closed by warner
fixed: We've removed zetuptoolz, and we now require a non-ancient version of …
22:44 Ticket #1896 (setuptools will try to download and use release candidates of ...) closed by warner
fixed: Now that we're using modern pip, this is no longer a problem.
22:43 Ticket #1504 (allow build ignoring system-installed packages) closed by warner
fixed: Now that we use virtualenvs for builds, we're no longer affected by …
22:43 Ticket #1451 (yet another failure of setuptools to set up a correct sys.path) closed by warner
fixed: We've stopped using eggs, virtualenvs are protecting us against …
22:41 Ticket #1450 (setuptools downloads and builds a correct version of a dependency in ...) closed by warner
fixed: We no longer use eggs, and pip installs our dependencies in an …
21:37 Ticket #1403 ("sudo python setup.py install" makes requires.txt unreadable except root) closed by warner
invalid: I think this was a problem with his root umask. Also, we no longer …
21:35 Ticket #1270 (have a separate build target to download any missing deps but not to ...) closed by warner
invalid: Now that we're on pip, the command to download the sources for all …
21:30 Ticket #1260 (there should be a way to force compiling C extensions from source) closed by warner
fixed: We're using wheels now, but to force pip to compile from source even …
21:27 Ticket #1220 (build/install should be able to refrain from getting dependencies) closed by warner
fixed: I think this should be resolved, now that we're using pip/virtualenv, …
21:24 Ticket #799 (open tickets for Brian's packaging complaints) closed by warner
fixed: All of my complaints from those two messages are either resolved with …
21:22 Ticket #717 (unnecessary rebuild of dependencies when tahoe-deps/ is present) closed by warner
fixed: We no longer provide or support the tahoe-deps tarball/directory, …
21:20 Ticket #709 (hard to run against alternate dependencies, e.g. trunk version of Foolscap) closed by warner
fixed: This is now resolved: by using a virtualenv, I can `pip install …
21:19 Ticket #142 (pywin32 can't be installed automatically) closed by warner
fixed: We now depend upon pypiwin32, which is the PyPI-hosted …
21:17 Ticket #2750 (clean up find_links=, tahoe-lafs/deps/ web cache) closed by warner
fixed: I think that's good.
21:13 Changeset in trunk [20787853] by Brian Warner <warner@…>
docs: stop suggesting 'activate', too much to explain Also it avoids …
20:46 Ticket #2751 (write docs/windows.rst) closed by warner
fixed: I wrote one up.
19:30 ViewTickets edited by warner
sort lines (diff)
19:23 Changeset in trunk [1fca198] by Brian Warner <warner@…>
setup.cfg: remove --find-links This is only useful when running …
19:21 Changeset in trunk [3dcb3c8] by Brian Warner <warner@…>
setup: remove zip_safe, no one uses eggs anymore Modern wheels are …
18:50 Changeset in trunk [365977b] by Brian Warner <warner@…>
minor docs tweaks * use correct fixed-width-font markup * fix …
02:25 Changeset in trunk [a63263d] by Brian Warner <warner@…>
minor docs tweaks
02:22 Changeset in trunk [ef175904] by Brian Warner <warner@…>
rewrite docs, with pip and virtualenv
01:26 Changeset in trunk [090b592] by Brian Warner <warner@…>
docs: rename quickstart to INSTALL
00:27 Changeset in trunk [439eaf8c] by Brian Warner <warner@…>
preliminary windows docs

2016-03-25:

23:26 Changeset in trunk [017fec1] by Brian Warner <warner@…>
test/check_memory: stop using .tac files
21:50 Changeset in trunk [c545d5c] by Brian Warner <warner@…>
add misc/coding_tools/graph-deps.py, to visualize dependencies This …
21:49 Changeset in trunk [77b3ab0] by Brian Warner <warner@…>
add main.py so "python -m allmydata" works Thanks to dstufft for …
20:31 Ticket #2094 (rebuild (if necessary) PyCrypto eggs to use libgmp >= 5, to mitigate ...) closed by daira
somebody else's problem
20:17 Ticket #2755 (adopt formal code of conduct) created by daira
https://twistedmatrix.com/trac/browser/tags/releases/twisted-16.0.0/cod
20:02 Ticket #2733 (excessively verbose warning about IrrationalVersionError) reopened by daira
I'm still getting this error on Windows for current master: […]
20:02 Ticket #2742 (unset daira as default owner of all new tickets) closed by warner
fixed: Done. Daira remains on the hook for code-frontend-ftp-sftp, …
19:58 Changeset in trunk [7381b4a] by Brian Warner <warner@…>
update Makefile too
19:55 Changeset in trunk [79db3d0] by Brian Warner <warner@…>
minor .egg-info name-change cleanups .gitignore, 'make distclean' …
19:42 Ticket #2740 (Twisted 16.0.0 causes test failure when importing cryptography.exceptions) closed by warner
fixed
19:40 Ticket #2011 (Make the PyPI distribution name consistent with the domain name and ...) closed by Daira Hopwood <daira@…>
fixed: In [changeset:"0598c830ed91c459fe955f4880892a05205e167d/trunk"
19:39 Changeset in trunk [f66aa688] by Brian Warner <warner@…>
NEWS: instructions for the distribution-name change
19:16 Changeset in trunk [0598c83]tahoe-lafs-1.11.0a2 by Daira Hopwood <daira@…>
Rename distribution from allmydata-tahoe to tahoe-lafs. fixes …
18:44 Changeset in trunk [c3d54e0] by Daira Hopwood <daira@…>
Back out the dependency on the conch extra for Twisted. refs …
18:33 Changeset in trunk [1db24196] by Daira Hopwood <daira@…>
Update Twisted dependency to include tls and conch extras. …

2016-03-23:

09:32 Changeset in trunk [23826b0] by Brian Warner <warner@…>
fix OS-X package version I changed the quotes in _version.py, and …
09:19 Changeset in trunk [2c9297f] by Brian Warner <warner@…>
Makefile: remove src/buildtest from SOURCES Oops, missed this one …
09:16 Changeset in trunk [b5aad1ba] by Brian Warner <warner@…>
test_system: remove foolscap version check Our install_requires= want …
05:56 Changeset in trunk [831b39d] by Brian Warner <warner@…>
remove src/buildtest/ and related build_helper/ test files This was …
05:36 Ticket #2747 ("tox" on debian (py3) can't run our setup.py) closed by Brian Warner <warner@…>
fixed: In [changeset:"dd84abd9f22db56cdce610cd882ab8337041cf4a/trunk"
05:34 Changeset in trunk [dd84abd] by Brian Warner <warner@…>
setup.py: work with tox under py3 This allows a python3-based "tox" …
01:20 Ticket #2752 (remove SUMO tarballs, rewrite "desert island" build instructions) closed by warner
fixed: I think that's all of it.
01:18 Changeset in trunk [17886c5] by Brian Warner <warner@…>
add docs/desert-island.rst refs ticket:2752

2016-03-22:

21:33 Changeset in trunk [4f98c1d] by Brian Warner <warner@…>
setup.cfg: stop using tahoe-deps/ refs ticket:2752
21:12 Changeset in trunk [1f712c8] by Brian Warner <warner@…>
Makefile: remove/deprecate old targets This replaces the following …
21:12 Changeset in trunk [1fb7cc7] by Brian Warner <warner@…>
Makefile: stop producing SUMO tarballs refs ticket:2752
21:00 Changeset in trunk [ce088ad] by Brian Warner <warner@…>
setup: remove 'trial' command. Tox is the way. This removes the …
20:57 Changeset in trunk [ae1b1e02] by Brian Warner <warner@…>
setup.py: remove MySdist? and SUMO tarball support.
20:56 Changeset in trunk [5acd63d] by Brian Warner <warner@…>
setup.py: remove dead code
20:56 Ticket #2754 (remove "_appname.py" file, variable application name) created by warner
A long long time ago, at AllMyData, we had different branches of the …
20:39 Changeset in trunk [c36ca9a] by Brian Warner <warner@…>
MANIFEST.in: remove obsolete contents
20:38 Changeset in trunk [16f07b34] by Brian Warner <warner@…>
remove old misc/dependencies/ contents and references
19:07 Ticket #2753 (publish docs to readthedocs.org) created by warner
Currently, the best way to read the Tahoe docs is either from a source …
19:00 Ticket #2752 (remove SUMO tarballs, rewrite "desert island" build instructions) created by warner
Now that we're on pip, the Right Way to do a "desert island" build is …
05:16 Ticket #2751 (write docs/windows.rst) created by warner
Our new README guides windows users at a docs/windows.rst, which …
05:15 Ticket #2750 (clean up find_links=, tahoe-lafs/deps/ web cache) created by warner
Tasks to do: * publish OS-X and windows wheels of all dependencies …
05:00 Changeset in trunk [745c757]allmydata-tahoe-1.11.0a1 by Brian Warner <warner@…>
NEWS: the upcoming release will be named 1.11.0
04:53 Ticket #2749 (remove the version-checking code from `__init__.py`) created by warner
I think it's time we removed the (large!) chunk of code in …
04:32 Ticket #2748 (move to Versioneer for git-based version-string generation) created by warner
(I thought we had this ticketed already, but couldn't find it just …

2016-03-21:

18:38 Ticket #2747 ("tox" on debian (py3) can't run our setup.py) created by warner
rkirshnan reported that running "tox" on current debian/testing fails. …
17:24 Ticket #2537 (magic-folder: implement download retry) closed by daira
fixed: Fixed on 2438.magic-folder-stable.12.
17:24 Ticket #2412 (Magic Folder: teach uploader to use an iterative deque processing algorithm) closed by daira
fixed: Fixed on 2438.magic-folder-stable.12.
08:28 BitCoinPage edited by warner
new key for 2016, also committed to source, and signed with … (diff)
08:20 Changeset in trunk [a8b3c40] by Brian Warner <warner@…>
docs/donations: announce new BTC key, governance+accounting
Note: See TracTimeline for information about the timeline view.