Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-01 | Explicitly require setuptools, poezio/config.py and | Tomas Hrnciar | |
poezio/plugin_manager imports pkg_resources | |||
2021-01-29 | Use typing_extensions for TypedDict | mathieui | |
2020-12-26 | Update most references to dev.louiz.org to lab.louiz.org. | Emmanuel Gil Peyrot | |
Redmine is dead. | |||
2020-12-12 | Mention that we do support Python 3.9 | Emmanuel Gil Peyrot | |
2020-12-12 | Bump slixmpp dependency to 1.6.0 | Emmanuel Gil Peyrot | |
2020-05-31 | Update version to 0.13.1v0.13.1 | mathieui | |
And remove some annoying logic | |||
2020-05-31 | setup: add a build_man command and integrate sphinx manpages into install | mathieui | |
2020-05-31 | Fix indent of setup() | mathieui | |
2020-05-24 | setup.py: Update slixmpp version requirements | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-24 | Update version numbers | mathieui | |
2020-05-24 | Update version to 0.13v0.13 | mathieui | |
2020-05-09 | Add the new package to setup.py | mathieui | |
2020-05-01 | Update Python version minimum requirement to 3.7 | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-20 | Install the .desktop file. | Emmanuel Gil Peyrot | |
2018-08-20 | Install the appdata file. | Emmanuel Gil Peyrot | |
2018-08-14 | Next version is 0.13 | mathieui | |
2018-08-13 | Release poezio 0.12v0.12 | mathieui | |
2018-08-13 | Update the supported Python versions | Emmanuel Gil Peyrot | |
2018-08-09 | Remove some more things linked with the gpg plugin | mathieui | |
2018-03-31 | Import TemporaryFile in setup.py. | Emmanuel Gil Peyrot | |
2018-03-31 | Import the subprocess module directly in setup.py. | Emmanuel Gil Peyrot | |
2018-03-31 | Import the os module directly in setup.py. | Emmanuel Gil Peyrot | |
2018-03-31 | Return 2 on exit when Python.h is missing. | Emmanuel Gil Peyrot | |
2018-03-31 | Abort if Python.h isn’t found. | Emmanuel Gil Peyrot | |
Fixes #3254. | |||
2017-11-28 | Pin requirements and update dependencies | mathieui | |
2017-11-15 | Update gitlab-ci yaml | mathieui | |
2017-10-10 | Fix #3190 (TOFU the SPKI hash and not the whole cert) | mathieui | |
Makes letsencrypt renewals more pleasant. Thanks jonasw and aioxmpp for the ASN.1 wizardry | |||
2017-04-10 | Add the XMPP classifier to setup.py | mathieui | |
2017-02-13 | Add the python 3.6 version specifier | mathieui | |
2017-01-31 | Prepare for next version | mathieui | |
2017-01-31 | Poezio 0.11 releasev0.11 | mathieui | |
2016-10-28 | Add manpages for the utility scripts | Tanguy Ortolo | |
2016-10-15 | Add the dev version marker to the number | mathieui | |
2016-10-09 | Update sources for the next version | mathieui | |
2016-10-09 | poezio 0.10 releasev0.10 | mathieui | |
2016-08-31 | List 3.5 compatibility in setup.py, and mark as production stable. | Emmanuel Gil Peyrot | |
2016-08-24 | Add a small poezio_logs script to parse logfiles | mathieui | |
2016-07-14 | Next version is 0.10, not 1.0 | mathieui | |
1.0 is still a long way off | |||
2016-07-03 | Make the entry point a function | mathieui | |
otherwise it breaks the generated entry point loader, which will work but display a traceback on exit | |||
2016-06-30 | Update the entry point again | mathieui | |
2016-06-11 | Move the src directory to poezio, for better cython compatibility. | Emmanuel Gil Peyrot | |
2016-03-09 | Update a few url to use https, or even a few old poezio.eu references | louiz’ | |
2015-08-01 | Update stuff to say 1.0-dev | mathieui | |
2015-07-31 | 0.9 Releasev0.9 | mathieui | |
2015-02-26 | Only remove src/default_config.cfg after build if we are in a develop copy | mathieui | |
In order to not pollute src/; without this change a script doing on a sdist-built archive: ./setup.py build ./setup.py install would fail because src/default_config.cfg was removed after setup(), and data/default_config.cfg does not exist | |||
2015-02-10 | Fix the doc path | mathieui | |
“html” and “source” were inverted | |||
2015-02-10 | Update setup files | mathieui | |
- remove “make uninstall” target which was broken a long time ago - move very install action to the setup.py (alias “make install” to “python setup.py install” - add some stuff to “make clean” - update the config.py to search the default config file using pkg_resources (more reliable than dirname(__file__)) - install the html doc only if available - use README.rst for the setup.py long_description - also, update the copyright notice to 2015 | |||
2015-02-07 | Entirely ditch distutils for setuptools | mathieui | |
(it wasn’t working anyways, except for building the poopt module) | |||
2015-01-21 | Fix a small error in setup.py | mathieui | |
2015-01-21 | Ignore stderr when doing the git revision check | mathieui | |
(and use the older --git-dir instead of -C) |