Revisions of python-logilab-common

Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 105795 from Togan Muftuoglu's avatar Togan Muftuoglu (toganm) (revision 26)
- Update to version 0.57.1
  * daemon: change $HOME after dropping privileges (closes #81297)
  * compat: method_type for py3k use instance of the class to
  * have a real instance method (closes: #79268)
buildservice-autocommit accepted request 84110 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 25)
baserev update by copy to link target
_service committed (revision 24)
generated via source service
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 23)
- Update to version 0.56.2:
    * daemon: call initgroups/setgid before setuid (closes #74173)
    * decorators: @monkeypatch should produce a method object (closes #73920)
    * modutils: allow overriding of _getobj by suppressing mangling
- Changes from version 0.56.1:
    * clcommands: #72450 --rc-file option doesn't work
- Changes from version 0.56.0:
    * clcommands: make registration possible by class decoration
    * date: new datetime/delta <-> seconds/days conversion function
    * decorators: refactored @cached to allow usages such as
      @cached(cacheattr='_cachename') while keeping bw compat
- Spec file cleanup:
  * Set license to GPL-2.0+ (SPDX style)
  * Removed outdated stuff (%clean section, norootforbuild, authors, ...)
  * Packaged COPYING and COPYING.LESSER
  * Don't package testsuite
buildservice-autocommit accepted request 80627 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 22)
baserev update by copy to link target
Alexandre Rogoski's avatar Alexandre Rogoski (aledr) accepted request 67124 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 21)
Seems fine for me. Thanks.
buildservice-autocommit accepted request 51927 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 20)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 19)
- update to 0.52.1:
   * configuration: fix pb with option names as unicode string w/
     python 2.5. Makes OptionError available through the module
   * textutils: text_to_dict skip comments (# lines)
   * compat: dropped some 2.2 compat
   * modutils: Consider arch-specific installation for STD_LIB_DIR definition
autobuild's avatar autobuild accepted request 49466 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
checked in (request 49466)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 17)
- update to 0.52.0:
   * testlib is now based on unittest2, to prepare its own extinction.
     Warning are printed so you can easily migration step by step.
   * restored python 2.3 compat in some modules, so one get a change to run
     pylint at least
   * textutils: use NFKD decomposition in unormalize()
   * logging_ext: don't try to use ansi colorized formatter when not in debug
     mode
   * logging_ext: init_log function splitted into smaller chunk to ease reuse
     in other contexts
   * clcommands: enhanced/cleaned api, nicer usage display
   * various pylint detected errors fixed
autobuild's avatar autobuild accepted request 48070 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 16)
checked in (request 48070)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 15)
- update to 0.51.0:
   * testlib: don't raise string exception (closes #35331)
   * hg: new module regrouping some mercurial utility functions
   * clcommands: refactored to get more object oriented api.
   * optparser: module is now deprecated, use clcommands instead
   * textutils: new split_url_or_path and text_to_dict functions
   * logging_ext:
      - init_log now accept optionaly any arbitrary handler
     - threshold default to DEBUG if debug flag is true  and no threshold specified
   * date: new ustrftime implementation working around datetime limitaion on dates < 1900
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 14)
- update to 0.50.1:
   * graph:
    - generate methods now takes an optional mapfile argument to generate
      html image maps
    - new ordered_nodes function taking a dependency graph dict as arguments
      and returning an ordered list of nodes
   * configuration:
    - nicer serialization of bytes / time option
    - may now contains several option provider with the same name
    - consider 'level' in option dict, --help displaying only option with level
      0, and automatically adding --long-help options for higher levels
   * textutils: case insensitive apply_unit
   * sphinx_ext: new module usable as a sphinx pluggin and containing a new
    'autodocstring' directive
   * ureports: output &#160; instead of &nbsp; for strict xhtml compliance
   * decorators: @cached propery copy inner function docstring
autobuild's avatar autobuild accepted request 37176 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
checked in (request 37176)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 12)
- update to 0.49.0:
    * date: new 'totime' function
    * adbh, db, sqlgen modules moved to the new logilab-database package
    * pytest: when -x option is given, stop on the first error even if
      there are multiple test directories
    * adbh: added dbport optional argument to [backup|restore]_commands
    * db: fix date processing for SQLServer 2005
    * testlib: improve XML assertion by using ElementTree parser and a new 'context' lines argument
    * date: fixed mx date time compat for date_range (#20651)
    * testlib: generative test should not be interrupted by self.skip() (#20648)
    * adbh: changed backup / restore api (BREAKS COMPAT):
      - backup_command is now backup_commands (eg return a list of commands)
      - each command returned in backup_commands/restore_commands may now
        be list that may be used as argument to subprocess.call, or a string
       which will the requires a subshell
      - new sql_rename_col method
    * deprecation: deprecated now takes an optional 'stacklevel' argument, default to 2
    * date: some functions to ease python's datetime module usage have been backported
      from cubicweb
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 11)
converted link to branch
autobuild's avatar autobuild committed (revision 10)
checked in
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 9)
- update to 0.46.0:
  * db / adbh: added SQL Server support using Pyodbc
  * db:
       - New optional extra_args argument to get_connection.
       - Support Windows Auth for SQLServer by giving
         extra_args='Trusted_Connection' to the sqlserver2005 driver
autobuild's avatar autobuild committed (revision 8)
checked in
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 7)
- update to 0.45.1 (bnc#548418):
    * configuration:
      - proper bytes and time option types support
      - make Method usable as 'callback' value
      - fix #8849 Using plugins, options and .pylintrc crashes PyLint
Displaying revisions 41 - 60 of 66
openSUSE Build Service is sponsored by