forked from pool/perl-Web-Machine
Accepting request 404431 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/404431 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Web-Machine?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
3770dbd919
commit
054da99a74
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5366cee017817f532b8f4ed979d263bc0dbeced667005dcf589da4ed0f4606c
|
||||
size 69827
|
3
Web-Machine-0.17.tar.gz
Normal file
3
Web-Machine-0.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f139d2b3114c549e91847daaab8b75cb699e57daf5bbf0dbd13293f33fe5e22a
|
||||
size 73528
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 06:47:48 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.17
|
||||
see /usr/share/doc/packages/perl-Web-Machine/Changes
|
||||
|
||||
0.17 2016-06-23
|
||||
|
||||
* Fixed bind_path() from Web::Machine::Util to handle path parts which
|
||||
evaluated to false, like "/user/0". Patch by Stevan Little. GH #34.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 09:32:11 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Web-Machine
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Web-Machine
|
||||
Version: 0.16
|
||||
Version: 0.17
|
||||
Release: 0
|
||||
%define cpan_name Web-Machine
|
||||
Summary: Perl port of Webmachine
|
||||
@@ -76,22 +76,21 @@ etc.
|
||||
Each resource is a state machine, and each request for a resource is
|
||||
handled by running the request through that state machine.
|
||||
|
||||
'Web::Machine' is built on top of the Plack manpage, but it handles the
|
||||
full request and response cycle.
|
||||
'Web::Machine' is built on top of Plack, but it handles the full request
|
||||
and response cycle.
|
||||
|
||||
See the Web::Machine::Manual manpage for more details on using
|
||||
'Web::Machine' in general, and how 'Web::Machine' and the Plack manpage
|
||||
interact.
|
||||
See Web::Machine::Manual for more details on using 'Web::Machine' in
|
||||
general, and how 'Web::Machine' and Plack interact.
|
||||
|
||||
This is a port of https://github.com/basho/webmachine, actually it is much
|
||||
closer to the the Ruby
|
||||
version|https://github.com/seancribbs/webmachine-ruby manpage, with a
|
||||
little bit of https://github.com/tautologistics/nodemachine and even some
|
||||
of https://github.com/benoitc/pywebmachine thrown in for good measure.
|
||||
This is a port of at https://github.com/basho/webmachine, actually it is
|
||||
much closer to the Ruby
|
||||
version|https://github.com/seancribbs/webmachine-ruby, with a little bit of
|
||||
at https://github.com/tautologistics/nodemachine and even some of at
|
||||
https://github.com/benoitc/pywebmachine thrown in for good measure.
|
||||
|
||||
You can learn a bit about Web::Machine's history from the slides for my the
|
||||
You can learn a bit about Web::Machine's history from the slides for my
|
||||
2012 YAPC::NA
|
||||
talk|https://speakerdeck.com/stevan_little/rest-from-the-trenches manpage.
|
||||
talk|https://speakerdeck.com/stevan_little/rest-from-the-trenches.
|
||||
|
||||
To learn more about Webmachine, take a look at the links in the SEE ALSO
|
||||
section.
|
||||
@@ -113,6 +112,6 @@ section.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples LICENSE README.md
|
||||
%doc Changes CONTRIBUTING.md examples LICENSE README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user