Revisions of perl-Config-Model

Tina Müller's avatar Tina Müller (tinita) committed (revision 60)
Fix disabling of __perllib_provides
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1108648 from Tina Müller's avatar Tina Müller (tinita) (revision 59)
- updated to 2.153
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.153 2023-07-14
    Bug fixes:
      * term_ui.t: fix test for Term::ReadLine::Gnu 1.46
      * Config::Model::Value: remove deprecated given instruction
      * docs: remove links to cpanratings
    New feature:
      * Loader: add support for single quotes
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 994567 from Tina Müller's avatar Tina Müller (tinita) (revision 58)
- updated to 2.152
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.152 2022-07-28
    Bug fixes:
      * fix regression (Value): error_msg now returns empty string
        when there's no error
  2.151 2022-07-26
    Bug fixes:
      * fix (Value): do not check compute result with mandatory value
        (Debian #1015913)
      * fix (Value): consider an empty string as an unset value
    Misc:
      * Node: apply_fixes now returns $self
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 975911 from Tina Müller's avatar Tina Müller (tinita) (revision 57)
- updated to 2.150
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.150 2022-05-08
    New features:
      * Loader: add list:.ensure(value) function
    Bug fixes:
      * Loader: fix reading JSON file with utf8 characters
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 947244 from Tina Müller's avatar Tina Müller (tinita) (revision 56)
- updated to 2.149
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.149 2022-01-13
    Bug fixes:
      * fix regression with check_value method
  2.148 2022-01-09
    Bug fixes:
      * fix (Exception): keep ref to instance object
      * fix (Hashid): improve warning message when loading non ordered data
      * fix (modify instance): show changes before saving
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 935403 from Tina Müller's avatar Tina Müller (tinita) (revision 55)
- updated to 2.147
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.147 2021-11-29
    Bug fixes:
     * fix (test): ignore info Log.
  2.146 2021-11-28
    Model improvements:
      * fstab: add suid/nosuid (thanks Topi Miettinen)
      * feat (fstab model): add umask element in common options
      * feat (fstab model): add description to common options
    Bug fixes:
      * feat (Instance): modify methoed displays changes before saving
      * fix (Loader): typo in .substitute load string command
      * fix (Grab): improve error message of grab_value
      * fix (TermUI):  add completion to display command
      * fix (SimpleUI): simplify error message shown to user
      * fix (SimpleUI): avoid undef warnings
      * fix (Describe): truncate long lines
      * fix (Describe): show default value in comments
      * fix (Describe): show value in user mode
      * Value: accept on/off as boolean values
      * fix: test error with perl 5.20 (Closes gh #32)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 930514 from Tina Müller's avatar Tina Müller (tinita) (revision 54)
- updated to 2.145
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.145 2021-11-06
    Bug fixes:
      * fix: compilation error with perl 5.20 to 5.22
      * fix (Node): undef warning on $filter value
      * fix (Model loader): crash with Config::Model::Itself (Debian #998601)
  2.144 2021-11-04
    Bug fixes:
      * fix (BackendMgr): try to fix crash on Windows
      * fix (Constants role): fix crash for perl < 5.28
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 928593 from Tina Müller's avatar Tina Müller (tinita) (revision 53)
- updated to 2.143
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.143 2021-10-31
    Main change:
      * requires perl 5.20
    Bug fixes:
      * fix (Model load): fix load from absolute path
      * fix (BackEndMgr): crash when calling config_file_override
        with absolute path
      * fix (get_info): show upstream_default as written in file
      * feature (get_info): include write_as values
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 884001 from Tina Müller's avatar Tina Müller (tinita) (revision 52)
- updated to 2.142
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.142 2021-04-07
    New features:
      * cme function: add force-load parameter to behave like
        cme command
    Bug fix:
      * Avoid messing up array indexes when remove list items (gh #26)
        Thanks Hugo van der Sanden, James E Keenan and Slaven Rezić for
        the help
      * load method: forward value of check parameter
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 864263 from Tina Müller's avatar Tina Müller (tinita) (revision 51)
- updated to 2.141
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.141 2021-01-17
    New features:
      * Loader: can extract data from YAML file
        (requires YAML::Tiny)
      * Loader: can extract data from JSON file
      * feature (ini backend): add quote_value parameter
    Bug fix:
      * ListId: fix storage of undef value in store_set
      * Config::Model::Loader: update documentation. (Thanks gregoa)
    Other changes:
      * dist.ini: update copyright year
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 824195 from Tina Müller's avatar Tina Müller (tinita) (revision 50)
- updated to 2.140
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.140 2020-07-31
    API changes:
      * PlainFile backend: extract get_file_name method
      * AnyId: add fetch_value and fetch_summary method
      * Value: add fetch_summary method
    Bug fix:
      * fix loader_logs tests broken by Config::Model::Tester 4.006
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 822488 from Tina Müller's avatar Tina Müller (tinita) (revision 49)
- updated to 2.139
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.139 2020-07-18
    UI changes:
      * Show warnings in blue color (color can be
        configured using Log4Perl config file)
      * shell UI:
        * add info command
        * improve tree and ls commands
    API changes:
      * Node: add autoadd argument to fetch_element
        and has_element methods
      * add get_info method to most tree classes
    Bug fix:
      * Exception: drop constraint in parsed_file
        which avoids a crash when cme should be
        showing an error message
    Misc:
      * cleanup code. Thanks kritika.io for the suggestions
      * updated copyright years
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 759786 from Tina Müller's avatar Tina Müller (tinita) (revision 48)
- updated to 2.138
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.138 2019-12-27
  
    Bug fix:
      * CheckList: add missing "backend" fetch mode
  
    Doc improvements:
      * Value: update doc of allow_under mode
      * fix typo in pod doc
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 752949 from Tina Müller's avatar Tina Müller (tinita) (revision 47)
- updated to 2.137
   see /usr/share/doc/packages/perl-Config-Model/Changes
  2.137 2019-12-01
  
    Bug fixes:
      * AnyId: avoid deref of undef value
      * Loader: fix parsing of list assignment with quotes
      * Value: do not store warnings from computed value
      * Node: warn only once about deprecated elements
      * CheckList: accept non_upstream_default mode
  
    Doc improvements:
      * AnyId: clarify doc and error message
      * Add doc for container method
      * Value: clarify load_data doc
      * Value: fix typos in doc
  
    API changes:
      * Value: provide has_warnings along has_warning
      * DumpAsData, Dumper:
        * deprecate full_mode parameter
        * full dump is now mode => user
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 719744 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 46)
automatic update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 707955 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 45)
automatic update
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 701441 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 44)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 665420 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 43)
automatic update
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 660843 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 42)
automatic update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 658840 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 41)
automatic update
Displaying revisions 1 - 20 of 60
openSUSE Build Service is sponsored by