- Jun 24, 2024
-
-
Christoph Berg authored
-
- Jun 23, 2024
-
-
Bradford D. Boyle authored
-
- Jun 21, 2024
-
-
Bradford D. Boyle authored
This commit modifies PostgreSQL to omit v_special when pickling. OmniDB is configured to use django's PickleSerializer but Python's pickle module can only serialize functions that are accessible from the top-level of a module. Newer version's of pgspecial use an inner function when creating SpecialCommands. This causes an AttributeError to be thrown with the following message: AttributeError: Can't pickle local object 'show_extra_help_command.<locals>.placeholder' When an instance of PostgreSQL is deserialized, v_special is recreated. This approach works since v_special is only read and isn't modified. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053100 https://docs.python.org/3/library/pickle.html#what-can-be-pickled-and-unpickled
-
- May 15, 2024
-
-
Christoph Berg authored
-
Christoph Berg authored
-
Christoph Berg authored
Fix some issues reported by lintian See merge request !2
-
- Mar 04, 2023
-
-
Janitor authored
Add missing build dependency on python3:any | python3-all:any | python3-dev:any | python3-all-dev:any | dh-sequence-python3 for addon python3. Changes-By: lintian-brush Fixes: lintian: missing-build-dependency-for-dh-addon See-also: https://lintian.debian.org/tags/missing-build-dependency-for-dh-addon.html
-
- Jan 11, 2023
-
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
-
Janitor authored
Changes-By: lintian-brush
-
Janitor authored
Update lintian override info format in d/source/lintian-overrides on line 2-14, 16-18, 21, 23-24, 27. Changes-By: lintian-brush Fixes: lintian: mismatched-override See-also: https://lintian.debian.org/tags/mismatched-override.html
-
- Nov 07, 2022
-
-
Christoph Berg authored
-
- Nov 24, 2021
-
-
Christoph Berg authored
-
- Mar 01, 2021
-
-
Christoph Berg authored
-
- Feb 26, 2021
-
-
Christoph Berg authored
Thanks to Natureshadow for debugging this.
-
- Jan 19, 2021
-
-
Christoph Berg authored
-
- Nov 25, 2020
-
-
Christoph Berg authored
-
Christoph Berg authored
-
Christoph Berg authored
-
- Nov 23, 2020
-
-
Christoph Berg authored
-
- Nov 19, 2020
-
-
Christoph Berg authored
-
Christoph Berg authored
-
Christoph Berg authored
New dependencies python3-django-sass and python3-social-django.
-
Christoph Berg authored
Update Files-Excluded, the offending files are in .old directories now.
-
- Oct 15, 2020
-
-
Christoph Berg authored
-
- Oct 09, 2020
-
-
Christoph Berg authored
-
- Oct 02, 2020
-
-
Christoph Berg authored
* Use dh --with pgxs_loop. * debian/tests: Depend on 'make' instead of postgresql-server-dev-all. * debian/tests: Use 'pg_buildext psql'.
-
- Jul 18, 2020
-
-
Christoph Berg authored
Fix some issues reported by lintian See merge request !1
-
- Jul 17, 2020
-
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: insecure-copyright-format-uri See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html
-
- Jul 14, 2020
-
-
Christoph Berg authored
-
Christoph Berg authored
-
Christoph Berg authored
-
- Apr 30, 2020
-
-
Christoph Berg authored
-
- Apr 28, 2020
-
-
Christoph Berg authored
-
- Jan 28, 2020
-
-
Christoph Berg authored
-
- Nov 11, 2019
-
-
Christoph Berg authored
-
- Oct 29, 2019
-
-
Christoph Berg authored
-
- Aug 16, 2019
-
-
Christoph Berg authored
-
- Jun 18, 2019
-
-
Christoph Berg authored
-
Christoph Berg authored
-