Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270966 - dev-python/pyinotify version bump to 0.8.6
Summary: dev-python/pyinotify version bump to 0.8.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-23 17:19 UTC by Pinky
Modified: 2009-06-22 07:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for version 0.8.6 (pyinotify-0.8.6.ebuild,646 bytes, text/plain)
2009-05-23 17:20 UTC, Pinky
Details
Fixes requirements and change keywords to ~ARCH. (pyinotify-0.8.6.ebuild,650 bytes, text/plain)
2009-05-23 17:47 UTC, Pinky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pinky 2009-05-23 17:19:22 UTC
Bumps to new version of pyinotify.

Project homepage has also changed.


Reproducible: Always
Comment 1 Pinky 2009-05-23 17:20:55 UTC
Created attachment 192209 [details]
ebuild for version 0.8.6

Homepage and thus download site has changed.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2009-05-23 17:26:58 UTC
I only can find verion 8.0

Changes in version 0.8.0:
------------------------

* Incompatible changes with version 0.7.x

  - Dropped support for python 2.3 (supports only CPython >= 2.4)
  - Changed attribute names of class Event:
    * 'is_dir' becomes 'dir'
    * 'event_name' becomes 'maskname'
  - Altered namespace:
    * Everything previously accessible under inotify.* is now accessible
      under pyinotify.
  - When meaningful, an event (instance of Event) brings a new
    attribute 'pathname'
  - Modified debugging messages:
    * The VERBOSE variable is removed, and is replaced by the logging module
    * Set the reporting level like this: log.setLevel(level)
    * print_err(msg) replaced by log.error(msg)
  - EventsCodes:
    * _get_event_name(mask) replaced by get_masks(mask)
    * EventsCodes.IN_* replaced by IN_* (avalaible at the pyinotify's scope)
  - Notifier:
    * Avoid use of ThreadedNotifier, everything can be done with Notifier
      and it provides more functionalities
    * Use Notifier.loop() method instead of using an infinite while loop

Comment 3 Pinky 2009-05-23 17:42:10 UTC
http://git.dbzteam.org/?p=pyinotify.git;a=log;h=HEAD

or its included in source tarball from new homesite

http://trac.dbzteam.org/pyinotify
Comment 4 Pinky 2009-05-23 17:47:03 UTC
Created attachment 192213 [details]
Fixes requirements and change keywords to ~ARCH.

This package should be masked because of incompatibility with older versions.
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-06-22 07:24:29 UTC
*pyinotify-0.8.6 (15 Jun 2009)

  15 Jun 2009; Ioannis Aslanidis <iaslanidis@gentoo.org>
  +files/pyinotify-0.8.6-libc-fix.patch, +pyinotify-0.8.6.ebuild:
  Version bump. Dropped broken libc check with a custom patch.