14
0
forked from pool/python-pydot

Commit Graph

  • 46fbafbbe1 Accepting request 1242949 from devel:languages:python main Ana Guerrero 2025-02-04 17:13:04 +00:00
  • 2a82eb289e - Update to 3.0.4: * Removed: + Breaking change: support for Python 3.7 dropped totally. It was already dropped, but now it's official. + Breaking change (but for nobody): Invalid syntax removed. Removed syntax rules that were never implemented in graphviz's own parser. + Attribute sorting removed. Pydot will preserve the original order of attributes as defined. + Breaking change: Remove .create_attribute_methods() from classes. Setters and getters for attributes are now added to class definitions by calls to pydot.core.__generate_attribute_methods() immediately after the class is defined, for better compatibility with type-checking and introspection. * Changed: + Fixed quoting of identifiers with dots. + Fixed quoting of leading-numeral strings (strings starting with a number). + Fixed pickling/copying of Dot objects. + Improved handling of temporary files. Temporary files will be cleaned up in all cases, even when exceptions are raised or things exit unexpectedly. + From now on, the license files will be included in the distributed release as expected. + Fix quoting in Edge.to_string(). + Internal storage and lookup of identifiers (names) improved. Pydot now always stores values as they were originally input, and only performs quoting on output. + Quoting for attribute values fixed. Attribute values containing comma-separated strings will now be quoted Steve Kowalik 2025-02-04 03:10:54 +00:00
  • 44c0792011 Accepting request 1150549 from devel:languages:python Ana Guerrero 2024-02-27 21:43:32 +00:00
  • f5f36affb4 - Update to 2.0.0: * Changed: + Broken parsing caused by pyparsing updates fixed. + Reorganized package/module structure. + Reorganized exception hierarchy. * Deprecated: + Test suite option --no-check. * Removed: + Drop support for Python 2 and Python < 3.7. - Drop patch pydot-skip-test.patch, no longer required. - Switch to autosetup and pyproject macros. Steve Kowalik 2024-02-26 05:59:11 +00:00
  • 780f119d44 Accepting request 1093038 from devel:languages:python Dominique Leuenberger 2023-06-16 14:51:46 +00:00
  • 2190bc954b Accepting request 1092837 from home:ecsos:python Markéta Machová 2023-06-14 06:28:00 +00:00
  • 243d3f22db Accepting request 936166 from devel:languages:python Dominique Leuenberger 2021-12-09 18:45:19 +00:00
  • b50ae384cc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=26 Dirk Mueller 2021-12-07 07:42:26 +00:00
  • 8af8d09950 - skip failing tests Dirk Mueller 2021-12-07 07:42:14 +00:00
  • 830f9ee423 Accepting request 887871 from devel:languages:python Dominique Leuenberger 2021-04-26 14:38:45 +00:00
  • 58fd186e2d - update to 1.4.2: - Documentation: Basic usage examples in README.md. (#141) Dirk Mueller 2021-04-22 19:35:50 +00:00
  • 02d220932a Accepting request 778974 from devel:languages:python Dominique Leuenberger 2020-02-29 20:18:36 +00:00
  • e4a63b34c9 - We need the full graphviz-gd as otherwise it acts really weirdly Tomáš Chvátal 2020-02-25 08:22:22 +00:00
  • 5140870729 Accepting request 691521 from devel:languages:python Dominique Leuenberger 2019-04-08 08:32:21 +00:00
  • 281c736025 - Skip one failing test: * pydot-skip-test.patch - Enable testsuite and add tests dependencies Tomáš Chvátal 2019-04-04 12:59:37 +00:00
  • 344ede202f Accepting request 690650 from home:comurphy:branches:devel:languages:python Tomáš Chvátal 2019-04-04 12:38:55 +00:00
  • 26680f5f1e Accepting request 659831 from devel:languages:python Dominique Leuenberger 2018-12-24 10:46:23 +00:00
  • 19607aba41 Accepting request 659789 from home:jengelh:branches:devel:languages:python Todd R 2018-12-19 03:58:33 +00:00
  • 2c5ce5db02 Clean up the SPEC file Matej Cepl 2018-12-04 17:19:10 +00:00
  • df0326eb15 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:50:33 +00:00
  • 97e8f5eef5 Accepting request 562297 from devel:languages:python Dominique Leuenberger 2018-01-09 13:53:27 +00:00
  • 7c9b99eb47 Accepting request 562204 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2018-01-07 09:36:51 +00:00
  • 873ad53f3b Accepting request 489386 from devel:languages:python Dominique Leuenberger 2017-05-03 13:54:32 +00:00
  • 9faa5fbcd6 Accepting request 489385 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-04-19 16:16:06 +00:00
  • ea1f860383 Accepting request 438183 from devel:languages:python Dominique Leuenberger 2016-11-05 20:25:14 +00:00
  • d5d50657ba Accepting request 438181 from home:TheBlackCat:branches:devel:languages:python Todd R 2016-11-01 20:24:49 +00:00
  • 2eb1738b8f Accepting request 438173 from home:TheBlackCat:branches:devel:languages:python Todd R 2016-11-01 20:03:22 +00:00
  • 95e9f2e95a Accepting request 234692 from devel:languages:python Stephan Kulow 2014-05-21 14:23:17 +00:00
  • 1da8718100 Accepting request 232538 from home:anubisg1:networking Tomáš Chvátal 2014-05-19 11:47:52 +00:00
  • 4b24324b73 Accepting request 227784 from devel:languages:python Stephan Kulow 2014-03-30 05:55:29 +00:00
  • 9ade095940 Accepting request 122275 from home:TheBlackCat:branches:devel:languages:python Todd R 2012-05-25 09:05:51 +00:00
  • 2c4e431cb8 Accepting request 72407 from home:saschpe:branches:devel:languages:python Dirk Mueller 2011-06-02 09:46:46 +00:00
  • 9dd5e10f1c Accepting request 61764 from home:jnweiger Ciaran Farrell 2011-02-18 11:38:46 +00:00