Bug 1469107 - python-plaster-pastedeploy-0.4.2 is available
Summary: python-plaster-pastedeploy-0.4.2 is available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-plaster-pastedeploy
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Randy Barlow
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-10 12:20 UTC by Upstream Release Monitoring
Modified: 2018-01-30 18:03 UTC (History)
1 user (show)

Fixed In Version: python-plaster-pastedeploy-0.4.2-1.fc28 python-plaster-pastedeploy-0.4.2-1.fc27
Clone Of:
Environment:
Last Closed: 2018-01-30 18:03:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
[patch] Update to 0.4 (#1469107) (1.04 KB, patch)
2017-07-10 12:20 UTC, Upstream Release Monitoring
no flags Details | Diff
[patch] Update to 0.4.1 (#1469107) (1.05 KB, patch)
2017-07-12 00:21 UTC, Upstream Release Monitoring
no flags Details | Diff
[patch] Update to 0.4.2 (#1469107) (1.06 KB, patch)
2017-11-21 12:25 UTC, Upstream Release Monitoring
no flags Details | Diff

Description Upstream Release Monitoring 2017-07-10 12:20:17 UTC
Latest upstream release: 0.4
Current version/release in rawhide: 0.3.2-2.fc27
URL: https://github.com/Pylons/plaster_pastedeploy

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Based on the information from anitya:  https://release-monitoring.org/project/15598/

Comment 1 Upstream Release Monitoring 2017-07-10 12:20:21 UTC
Created attachment 1295797 [details]
[patch] Update to 0.4 (#1469107)

Comment 2 Upstream Release Monitoring 2017-07-10 12:24:46 UTC
hotness's scratch build of python-plaster-pastedeploy-0.4-1.el7.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=20440728

Comment 3 Upstream Release Monitoring 2017-07-12 00:20:59 UTC
Latest upstream release: 0.4.1
Current version/release in rawhide: 0.3.2-2.fc27
URL: https://github.com/Pylons/plaster_pastedeploy

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Based on the information from anitya:  https://release-monitoring.org/project/15598/

Comment 4 Upstream Release Monitoring 2017-07-12 00:21:04 UTC
Created attachment 1296619 [details]
[patch] Update to 0.4.1 (#1469107)

Comment 5 Upstream Release Monitoring 2017-07-12 00:23:43 UTC
hotness's scratch build of python-plaster-pastedeploy-0.4.1-1.el7.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=20466800

Comment 6 Upstream Release Monitoring 2017-11-21 12:25:06 UTC
Latest upstream release: 0.4.2
Current version/release in rawhide: 0.3.2-3.fc27
URL: https://github.com/Pylons/plaster_pastedeploy

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Based on the information from anitya:  https://release-monitoring.org/project/15598/

Comment 7 Upstream Release Monitoring 2017-11-21 12:25:11 UTC
Created attachment 1356659 [details]
[patch] Update to 0.4.2 (#1469107)

Comment 8 Upstream Release Monitoring 2017-11-21 12:26:47 UTC
hotness's scratch build of python-plaster-pastedeploy-0.4.2-1.el7.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=23283043

Comment 9 Randy Barlow 2018-01-17 21:46:32 UTC
It turns out that the older version of plaster-pastedeploy in F27 and Rawhide is incompatible with Pyramid >= 1.9 and causes pshell to fail like this:


# pshell production.ini 
Traceback (most recent call last):
  File "/usr/bin/pshell", line 11, in <module>
    load_entry_point('pyramid==1.9', 'console_scripts', 'pshell')()
  File "/usr/lib/python2.7/site-packages/pyramid/scripts/pshell.py", line 19, in main
    return command.run()
  File "/usr/lib/python2.7/site-packages/pyramid/scripts/pshell.py", line 122, in run
    self.pshell_file_config(loader, config_vars)
  File "/usr/lib/python2.7/site-packages/pyramid/scripts/pshell.py", line 105, in pshell_file_config
    self.loaded_objects[k] = resolver.maybe_resolve(v)
  File "/usr/lib/python2.7/site-packages/pyramid/path.py", line 320, in maybe_resolve
    return self._resolve(dotted, package)
  File "/usr/lib/python2.7/site-packages/pyramid/path.py", line 327, in _resolve
    return self._zope_dottedname_style(dotted, package)
  File "/usr/lib/python2.7/site-packages/pyramid/path.py", line 376, in _zope_dottedname_style
    found = __import__(used)
ImportError: Import by filename is not supported.

Thus, we need to fix this in F27 and Rawhide.

Comment 10 Fedora Update System 2018-01-17 23:43:27 UTC
python-plaster-pastedeploy-0.4.2-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-0e81b1d051

Comment 11 Fedora Update System 2018-01-19 00:33:50 UTC
python-plaster-pastedeploy-0.4.2-1.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-0e81b1d051

Comment 12 Fedora Update System 2018-01-30 18:03:30 UTC
python-plaster-pastedeploy-0.4.2-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.